1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

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

This commit is contained in:
llj
2019-06-12 18:24:33 +08:00
parent 4d44f76cb7
commit 4dfadf2386

View File

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