mirror of https://github.com/twbs/bootstrap.git
Prevent wrapping if caret is included (#28029)
This commit is contained in:
parent
deea117293
commit
e077ddbc6c
|
@ -7,6 +7,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
// Generate the caret automatically
|
// Generate the caret automatically
|
||||||
@include caret;
|
@include caret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue