mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): bump the font size for filters
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user