css: set text fields in dialogs to 100% width.
* Fixes the flag reason field being too small in the flag dialog * Fixes the source field being too small in the post replacement dialog.
This commit is contained in:
@@ -66,3 +66,12 @@ form.inline-form {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.ui-dialog {
|
||||
div.input {
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user