Skip to content

Commit

Permalink
[desk-tool] Fix wrapping text in DropdownButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 742a8e4 commit 246c163
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
outline: none;
background-color: var(--dropdown-button-bg);
color: var(--dropdown-button-text);
white-space: nowrap;

@media (hover: hover) {
@nest &:hover {
Expand Down

0 comments on commit 246c163

Please sign in to comment.