aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/static/style.css')
-rw-r--r--mu4web/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 2164fbd..75d4a28 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -126,3 +126,12 @@ main pre {
white-space: pre-wrap;
border: 2px solid black;
}
+
+table a {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ /* Ugly hack to force table to be reasonable width */
+ display: inline-block;
+ max-width: calc(100vw/4);
+}