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.
Reproduction: modify a service in Web UI
--
Petr Vobornik
From cc8462c8166c51d3241f1a5efd261d0dc4d6e07b Mon Sep 17 00:00:00 2001
From: Petr Vobornik <[email protected]>
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 5095d73f4beaba2e478ebcba873ecd28a6eb53f0..ad3d1aa1f8f8898ad8dff8f8ecc175238fad1181 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 ---- */
--
1.8.3.1
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel