diff options
author | Maxim Devaev <[email protected]> | 2022-10-28 02:32:41 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-28 02:32:41 +0300 |
commit | 6ea60321b04120a847700a384792388bf60bbfa8 (patch) | |
tree | 2e154ca1e962ee9d6ef9157ecbdbeaad5c245a73 /web/share/css/kvm/system.css | |
parent | 5eaf2aa2478789a339ac3f78193cef281c06a676 (diff) |
improved sliders in the system menu
Diffstat (limited to 'web/share/css/kvm/system.css')
-rw-r--r-- | web/share/css/kvm/system.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/share/css/kvm/system.css b/web/share/css/kvm/system.css index b2f9c46c..ec064c07 100644 --- a/web/share/css/kvm/system.css +++ b/web/share/css/kvm/system.css @@ -22,4 +22,5 @@ div#system-menu { min-width: 400px; + max-width: 400px; } |