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:
parent
ff1db886ed
commit
206c9a049d
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
}
|
||||
|
||||
#search-input {
|
||||
box-sizing: border-box;
|
||||
min-width: 100px;
|
||||
width: 200px;
|
||||
height: 22px;
|
||||
|
|
Loading…
Reference in a new issue