diff options
Diffstat (limited to 'themes/base.less')
-rw-r--r-- | themes/base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less index 19a52e76..d1ef5b64 100644 --- a/themes/base.less +++ b/themes/base.less @@ -52,7 +52,7 @@ body { background: @panel-bg; border-bottom: 1px solid @table-border-color; height: 30px; - padding: 5px; + padding: 5px 5px 5px 16px; } .tick { |