summaryrefslogtreecommitdiff
path: root/system/themes
diff options
context:
space:
mode:
Diffstat (limited to 'system/themes')
-rw-r--r--system/themes/linux/global/global.css3
-rw-r--r--system/themes/windows/global/global.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/system/themes/linux/global/global.css b/system/themes/linux/global/global.css
index 9328f7a66..947b45107 100644
--- a/system/themes/linux/global/global.css
+++ b/system/themes/linux/global/global.css
@@ -244,6 +244,9 @@ label[disabled="true"] {
.tooltip-label {
margin: 0;
+ word-wrap: break-word;
+ /* We must specify a min-width, otherwise word-wrap:break-word doesn't work. Bug 630864. */
+ min-width: 1px;
}
.header {
diff --git a/system/themes/windows/global/global.css b/system/themes/windows/global/global.css
index 6b6a21ca3..dcfe6ef60 100644
--- a/system/themes/windows/global/global.css
+++ b/system/themes/windows/global/global.css
@@ -254,6 +254,9 @@ label[disabled="true"]:-moz-system-metric(windows-classic) {
.tooltip-label {
margin: 0;
+ word-wrap: break-word;
+ /* We must specify a min-width, otherwise word-wrap:break-word doesn't work. Bug 630864. */
+ min-width: 1px;
}
.header {