Skip to content

Commit

Permalink
Show content in dropdowns without line breaks
Browse files Browse the repository at this point in the history
Make the font a little smaller on the query builder
to help more content fit in all of the metadata dropdowns.
  • Loading branch information
cbrandtbuffalo committed Dec 16, 2024
1 parent d3a7b81 commit 7118a67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions share/static/css/elevator/ticket-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
margin-top: 0;
}

/* Make the font a little smaller on the query builder to
help more content fit in all of the metadata dropdowns. */

#pick-criteria .row .rt-search-name,
#pick-criteria .row .rt-search-name .form-select.selectpicker,
#pick-criteria .row .rt-search-operator .form-select.selectpicker,
#pick-criteria .row .rt-search-value .form-select.selectpicker {
font-size: .9em;
}

/* The below mostly clears default button styles from the special
case filter (funnel) icons */

Expand Down

0 comments on commit 7118a67

Please sign in to comment.