settings: Increase max-width for search inputs of tables.

This is a temporary commit to make sure that placeholder does
not cut off at larger font sizes, though it is not reproducible
for everyone. A long term fix would be to use flex layout.

Fixes #30670.
This commit is contained in:
Sahil Batra 2024-07-24 22:38:32 +05:30
parent 966fe68591
commit c16f6a33c0
1 changed files with 1 additions and 1 deletions

View File

@ -2076,7 +2076,7 @@ $option_title_width: 180px;
height: 20px;
float: right;
font-size: 1em;
max-width: 160px;
max-width: 11.43em;
margin-top: 12px;
}
}