Merge pull request #666 from prymitive/filter-label-font-size

fix(ui): bump the font size for filters
This commit is contained in:
Łukasz Mierzwa
2019-05-02 13:26:16 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ const FilterInputLabel = observer(
)}
<TooltipWrapper
title="Click to edit this filter"
className="my-auto text-nowrap text-truncate align-text-bottom"
className="my-auto text-nowrap text-truncate align-text-bottom components-filteredinputlabel-text"
>
<RIEInput
className="cursor-text ml-1"

View File

@@ -1,5 +1,9 @@
@import "~bootswatch/dist/flatly/variables";
.components-filteredinputlabel-text {
font-size: 1rem;
}
.components-filteredinputlabel > .badge,
.components-filteredinputlabel > svg {
/* match outer badge font size */