From c16f6a33c0af898079b57b5955a549ae851c694b Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Wed, 24 Jul 2024 22:38:32 +0530 Subject: [PATCH] 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. --- web/styles/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/settings.css b/web/styles/settings.css index 77586c3a5e..e8aae061fe 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -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; } }