app settings: only display text fields at full width, not buttons
This commit is contained in:
parent
e0446a1df5
commit
49e15f0130
|
@ -220,7 +220,7 @@
|
|||
}
|
||||
|
||||
/* display input fields at full width */
|
||||
#app-settings-content input {
|
||||
#app-settings-content input[type='text'] {
|
||||
width: 93%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue