From 1f89cb959c3cd0bd0a71a403c335be32cafa5133 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 18 Jul 2013 12:45:13 +0200 Subject: [PATCH] Break long words in notification area Long words (ie. service principal) breaks out of notification area. It doesn't look good. Patch adds word-wrap to break them to multiple pieces. --- install/ui/ipa.css | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 5095d73f4..ad3d1aa1f 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -262,6 +262,7 @@ body { font-weight: bold; text-align: center; + word-wrap: break-word; } /* ---- Navigation ---- */