fix(ui): add max-width attr for settings selector

This commit is contained in:
Revincx 2023-08-26 08:55:46 +08:00
parent ed1daab1f6
commit 6ad756b215
No known key found for this signature in database
GPG Key ID: 6E79B88F79CA3126
1 changed files with 1 additions and 0 deletions

View File

@ -1515,6 +1515,7 @@ h3 {
select {
min-width: 192px;
max-width: 600px;
font-weight: 600;
border: none;
padding: 8px 12px 8px 12px;