diff options
Diffstat (limited to 'web/static/css/base.ccss')
-rw-r--r-- | web/static/css/base.ccss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index eb10d96..1142021 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -22,10 +22,13 @@ form: border: 1px solid #cdd padding: 5px 10px -td: - white-space: nowrap - overflow: hidden - text-overflow: ellipsis +table: + border-collapse: collapse + + td: + white-space: nowrap + overflow: hidden + text-overflow: ellipsis .clear: clear: both |