Status bar: Search input field should match the set height

Before this commit the search input field's height was resulting in a
taller height (not 22px but 22px plus anything that is added
afterwards, padding etc).

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I09e44b6589ba5ebe4986227022b33c55795939be
This commit is contained in:
Pedro Pinto Silva 2024-07-18 14:07:09 +02:00 committed by pedropintosilva
parent ff1db886ed
commit 206c9a049d

View file

@ -398,6 +398,7 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
}
#search-input {
box-sizing: border-box;
min-width: 100px;
width: 200px;
height: 22px;