From 9d0df9159e3969bfd29f6e7de858ff06fac975b9 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 16 Oct 2013 19:52:04 +0200 Subject: Remove width limit https://fedorahosted.org/freeipa/ticket/3435 https://fedorahosted.org/freeipa/ticket/3902 --- install/ui/ipa.css | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit