diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-10-16 19:52:04 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:02 +0100 |
commit | 9d0df9159e3969bfd29f6e7de858ff06fac975b9 (patch) | |
tree | 09958b9c0ca3be8cfb109478bb72ec482134d107 | |
parent | f18b89698c9eb596b5782b08441fe49b84d01e43 (diff) | |
download | freeipa.git-9d0df9159e3969bfd29f6e7de858ff06fac975b9.tar.gz freeipa.git-9d0df9159e3969bfd29f6e7de858ff06fac975b9.tar.xz freeipa.git-9d0df9159e3969bfd29f6e7de858ff06fac975b9.zip |
Remove width limit
https://fedorahosted.org/freeipa/ticket/3435
https://fedorahosted.org/freeipa/ticket/3902
-rw-r--r-- | install/ui/ipa.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index c1883f64..440f5a65 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -48,7 +48,6 @@ textarea[readonly] { left: 0; right: 0; bottom: 0; - width: 960px; margin: 0 auto 0; } |