mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
feat(ui): reduce vertical padding on filter input icons
This commit is contained in:
@@ -236,7 +236,7 @@ const History = observer(
|
||||
<button
|
||||
ref={ref}
|
||||
onClick={this.collapse.toggle}
|
||||
className="input-group-text rounded-right cursor-pointer components-navbar-history"
|
||||
className="input-group-text rounded-right cursor-pointer components-navbar-history px-2"
|
||||
type="button"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
|
||||
@@ -115,7 +115,7 @@ const FilterInput = observer(
|
||||
return (
|
||||
<div className="input-group mr-2">
|
||||
<div className="input-group-prepend">
|
||||
<span className="input-group-text">
|
||||
<span className="input-group-text px-2">
|
||||
<FontAwesomeIcon icon={faSearch} />
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user