Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): bump the font size for filters #666

Merged
merged 1 commit into from
May 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/Components/Labels/FilterInputLabel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions ui/src/Components/Labels/FilterInputLabel/index.scss
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down