From d58e11ba87914d3f8fa513d1195f6b207dfeb5e5 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 22 Oct 2013 13:12:13 +0200 Subject: Fix h1 style in dialog https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/less/dialog.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/ui/less/dialog.less') diff --git a/install/ui/less/dialog.less b/install/ui/less/dialog.less index 00bbde5a8..94b18e557 100644 --- a/install/ui/less/dialog.less +++ b/install/ui/less/dialog.less @@ -49,6 +49,7 @@ h1 { float: left; margin: 0; + text-transform: none; } a { @@ -92,5 +93,9 @@ clear: both; } } + + code { + white-space: normal; + } } } -- cgit