Skip to content

Commit

Permalink
TASK: Adjust spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Apr 2, 2023
1 parent c2e7f25 commit 17ca57c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.dimensionSwitcherDropDown {
min-width: 240px;
min-width: fit-content;
}

.dimensionCategory + .dimensionCategory {
Expand Down Expand Up @@ -76,4 +76,8 @@
background: unset;
min-width: fit-content;
}

.dimensionSwitcherDropDown div[role="button"] {
padding: 5px 0 5px var(--spacing-Full);
}
}

0 comments on commit 17ca57c

Please sign in to comment.