summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-09 12:54:50 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-09 12:54:50 +0200
commit98d445250a091055470e8fa3e60331e6380702b7 (patch)
treebdd2cbd781fff47f8d9e1a9d12c93b48776e76e5
parent690e26e99d6d7c1a6fb9a23d651beeaa888f45ea (diff)
downloadfreeipa-98d445250a091055470e8fa3e60331e6380702b7.tar.gz
freeipa-98d445250a091055470e8fa3e60331e6380702b7.tar.xz
freeipa-98d445250a091055470e8fa3e60331e6380702b7.zip
webui: fix layout of QR code on wide screens
-rw-r--r--install/ui/src/freeipa/otptoken.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/otptoken.js b/install/ui/src/freeipa/otptoken.js
index d9771c190..12c3f8629 100644
--- a/install/ui/src/freeipa/otptoken.js
+++ b/install/ui/src/freeipa/otptoken.js
@@ -469,6 +469,7 @@ otptoken.adder_dialog_qrcode_post_op = function(object) {
{
$type: 'qrcode',
name: 'qr',
+ css_class: 'col-sm-12',
text: uri
}
]