We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e17a7 commit 2fda069Copy full SHA for 2fda069
projects/coreui-angular/src/lib/dropdown/dropdown/dropdown.component.scss
@@ -1,10 +1,10 @@
1
// todo: find better soulution
2
3
-:host-context(.dropdown, .dropup) {
+:host-context(.dropdown, .dropup):not(.btn-group) {
4
display: block;
5
}
6
7
-:host-context(.dropstart, .dropend) {
+:host-context(.dropstart, .dropend):not(.btn-group) {
8
display: inline-flex;
9
10
0 commit comments