mirror of https://github.com/zulip/zulip.git
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:
parent
966fe68591
commit
c16f6a33c0
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue