1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-15 16:04:01 +00:00

[user settings] added 'min-width' for buttons

This commit is contained in:
llj 2019-06-12 18:24:33 +08:00 committed by plt
parent 2fd16404d2
commit a9df9cd2e2

View File

@ -88,3 +88,6 @@ body {
.language-selector { .language-selector {
width: 260px; width: 260px;
} }
.btn {
min-width: 60px;
}