mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): don't enforce min-height on filter input
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.components-filterinput {
|
||||
cursor: text;
|
||||
min-height: 2.2rem;
|
||||
}
|
||||
|
||||
.components-filterinput-wrapper > input {
|
||||
|
||||
@@ -113,7 +113,7 @@ const FilterInput = observer(
|
||||
} = inputProps;
|
||||
|
||||
return (
|
||||
<div className="input-group input-group-sm mr-2">
|
||||
<div className="input-group mr-2">
|
||||
<div className="input-group-prepend">
|
||||
<span className="input-group-text">
|
||||
<FontAwesomeIcon icon={faSearch} />
|
||||
|
||||
Reference in New Issue
Block a user