stylesheet: fix dropdown triangle overflowing

This commit is contained in:
Pierre de La Morinerie 2019-03-26 17:35:28 +01:00
parent 1dda3cc812
commit 75c37e25f6

View file

@ -137,6 +137,8 @@
position: relative;
.dropdown-button {
white-space: nowrap;
&::after {
content: "";
margin-left: $default-spacer;