mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
Prevent adming setting input from being too small in Safari
This commit is contained in:
parent
8bb0bca808
commit
fc4a6ca724
@ -20,6 +20,9 @@
|
||||
float: left;
|
||||
width: 53%;
|
||||
padding-right: 20px;
|
||||
input {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.category-selector {
|
||||
width: 95%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user