mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix select input widths regression in user preferences
This commit is contained in:
parent
6a6eed4ed2
commit
f4c09e9e90
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-notifications .controls, .tag-notifications .controls {
|
.notifications, .category-notifications, .tag-notifications, .user-custom-preferences-outlet {
|
||||||
select {
|
.controls select {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue