Prevent wrapping if caret is included (#28029)

This commit is contained in:
Martijn Cuppens 2019-01-13 08:43:52 +01:00 committed by XhmikosR
parent deea117293
commit e077ddbc6c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
}
.dropdown-toggle {
white-space: nowrap;
// Generate the caret automatically
@include caret;
}