fix(ui): bump the font size for filters

This commit is contained in:
Łukasz Mierzwa
2019-05-02 12:46:36 +01:00
parent 2881fa54c2
commit c932ae8d50
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 */