Skip to content

Commit

Permalink
Fixes filter modal and filter dropdown width to fit new wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Jan 29, 2024
1 parent c431602 commit ff11742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/attribute-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ table tr:nth-child(even) {
box-sizing: border-box;

&.wide {
width: 217px;
width: 227px;
left: 114px;
}

Expand Down Expand Up @@ -208,7 +208,7 @@ table tr:nth-child(even) {
}

.filter-operator-selection-container {
width: 165px;
width: 180px;
max-height: 190px;
padding: 9px 12px 5px 9px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
Expand All @@ -226,6 +226,7 @@ table tr:nth-child(even) {
height: 176px;
outline: none;
box-sizing: border-box;
overflow: hidden;

option {
font-family: "Montserrat", sans-serif;
Expand Down

0 comments on commit ff11742

Please sign in to comment.