diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index a09769d7..dcd36fcc 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -474,6 +474,7 @@ table { .menu__type-filter_item { padding-left: 10px; + padding-right: 10px; text-align: left; } .menu__type-filter_item:hover { background-color: lightgray; } @@ -488,7 +489,7 @@ table { position: absolute; right: 155px; top: 0; - width: 150px; } + white-space: nowrap; } #menu__type-filter_header { background: darkgray; |
