Adjust user settings form widths to be consistent
This commit is contained in:
parent
f283d69481
commit
92f722452a
1 changed files with 5 additions and 1 deletions
|
@ -3322,10 +3322,14 @@ dd .stream-status {
|
|||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.edit-user-global input, .edit-user-global select {
|
||||
.edit-user-global input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.edit-user-global select {
|
||||
width: 212px;
|
||||
}
|
||||
|
||||
.edit-user-errors {
|
||||
margin-left: 33% !important;
|
||||
width: 208px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue