diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 52ded3ae..81d40458 100644 --- a/style/default.css +++ b/style/default.css @@ -214,6 +214,12 @@ input[readonly] { border-width: 1px 0px; } +.slx-smallcol { + width: 1px; + overflow: visible; + white-space: nowrap; +} + .slx-visible-rows > div.row + div.row { border-top: none; } |