mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): correct clases used for navbar
This commit is contained in:
@@ -166,7 +166,7 @@ const History = observer(
|
||||
<button
|
||||
ref={ref}
|
||||
onClick={this.collapse.toggle}
|
||||
className="btn btn-light dropdown-toggle rounded-right components-navbar-history"
|
||||
className="input-group-text rounded-right cursor-pointer dropdown-toggle components-navbar-history"
|
||||
type="button"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
|
||||
@@ -100,7 +100,7 @@ const FilterInput = observer(
|
||||
var { inputReference, alertStore, ...otherProps } = inputProps;
|
||||
|
||||
return (
|
||||
<div className="input-group input-group-sm">
|
||||
<div className="input-group input-group-sm mr-2">
|
||||
<div className="input-group-prepend">
|
||||
<span className="input-group-text">
|
||||
<FontAwesomeIcon icon={faSearch} />
|
||||
|
||||
Reference in New Issue
Block a user