Fix height statusbar (#840)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2022-01-19 12:07:54 +03:00 committed by GitHub
parent 22652d72a3
commit bc9493ae54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@
.status-bar {
min-height: $status-bar-height;
height: $status-bar-height;
min-width: 1200px;
font-size: 12px;
line-height: 150%;