summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-17 13:05:38 +0100
committerSimon Rettberg2020-11-17 13:05:38 +0100
commita183e6ab53d6a689f70a9bb40a5083433b2789a1 (patch)
tree486b74f6d2bc6abd7ad3d752f3f8c3baa027badc
parent[sysconfig] SSH: Split pubkey and rest of config, add more options (diff)
downloadslx-admin-a183e6ab53d6a689f70a9bb40a5083433b2789a1.tar.gz
slx-admin-a183e6ab53d6a689f70a9bb40a5083433b2789a1.tar.xz
slx-admin-a183e6ab53d6a689f70a9bb40a5083433b2789a1.zip
[style/default.css] Fix margin/padding of slx-ellipsis hack
-rw-r--r--style/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index ff67427a..a8d1dc22 100644
--- a/style/default.css
+++ b/style/default.css
@@ -586,12 +586,15 @@ it only applies if they're in a container that has the checkbox class */
table.slx-ellipsis {
width:100%;
table-layout: fixed;
+ margin: 0;
+ border-collapse: collapse;
}
table.slx-ellipsis td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+ padding: 0;
}
div.disabled, ul.nav > li.disabled, label.disabled {