stylesheet: fix dropdown triangle overflowing
This commit is contained in:
parent
1dda3cc812
commit
75c37e25f6
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@
|
|||
position: relative;
|
||||
|
||||
.dropdown-button {
|
||||
white-space: nowrap;
|
||||
|
||||
&::after {
|
||||
content: "▾";
|
||||
margin-left: $default-spacer;
|
||||
|
|
Loading…
Reference in a new issue