summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index 01b5147..52be743 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -93,3 +93,9 @@ supporters{
margin: 1em;
}
}
+
+.table td.fit,
+.table th.fit {
+ white-space: nowrap;
+ width: 1%;
+}