fix(ui): correct clases used for navbar

This commit is contained in:
Łukasz Mierzwa
2018-07-10 09:21:20 +02:00
parent eea9f2f5df
commit e0bcae50dd
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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} />