settings: Increase width of text inputs.

This commit increases width of text inputs in settings, stream
settings and user group settings to be 325px, which is the
minimum width of select elements on these pages.
This commit is contained in:
Sahil Batra 2023-03-31 12:44:02 +05:30 committed by Tim Abbott
parent fc929e9eb6
commit 16f8a83c32
1 changed files with 3 additions and 1 deletions

View File

@ -382,7 +382,9 @@ td .button {
}
.settings_text_input {
width: 206px;
/* 311px + 2 * 6px (padding) + 2 * 1px (border) = 325px (min width of select
elements in settings) */
width: 311px;
}
#admin-user-list,