Merge pull request #655 from prymitive/filter-m

fix(ui): add missing margin to filter input label with no counter
This commit is contained in:
Łukasz Mierzwa
2019-04-25 11:11:05 +01:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ const FilterInputLabel = observer(
{filter.isValid ? (
filter.applied ? (
showCounter ? (
<span className="badge badge-light badge-pill mr-1">
<span className="badge badge-light badge-pill">
{filter.hits}
</span>
) : null
@@ -90,6 +90,7 @@ const FilterInputLabel = observer(
className="my-auto mw-100 text-nowrap text-truncate"
>
<RIEInput
className="ml-1"
defaultValue=""
value={filter.raw}
propName="raw"