From a183e6ab53d6a689f70a9bb40a5083433b2789a1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 17 Nov 2020 13:05:38 +0100 Subject: [style/default.css] Fix margin/padding of slx-ellipsis hack --- style/default.css | 3 +++ 1 file changed, 3 insertions(+) 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 { -- cgit v1.2.3-55-g7522