summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 7c36def..acf5ed0 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -109,6 +109,10 @@ a:active {
display: none;
}
+.nowrap {
+ white-space: nowrap;
+}
+
/* ######################
# Tooltip style for hints
######################