From 8eb389c225f5c09d5d8324f03e11f0be98a2d61d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 21 Oct 2013 16:32:36 +0200 Subject: CSS: make hostname in host adder dialog wider https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ea515f349..b789ab155 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1058,7 +1058,7 @@ table.scrollable tbody { } .host-adder-dialog th.hostname { - width: 200px; + width: 250px; } .host-adder-dialog td.hostname { -- cgit