Merge pull request #1035 from prymitive/filters-margin

fix(ui): use consistent margin on filter elements
This commit is contained in:
Łukasz Mierzwa
2019-10-14 21:30:57 +01:00
committed by GitHub

View File

@@ -75,7 +75,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,7 +90,7 @@ const FilterInputLabel = observer(
)}
<TooltipWrapper
title="Click to edit this filter"
className="components-filteredinputlabel-text flex-grow-1 flex-shrink-1"
className="components-filteredinputlabel-text flex-grow-1 flex-shrink-1 ml-1"
>
<RIEInput
className="cursor-text px-1"