Skip to content

Commit

Permalink
fix: fluid trigger styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Izook authored and jason-capsule42 committed Jul 14, 2023
1 parent 7b093cd commit f10b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
}
}

:host(:not([fluid])) {
:host([fluid]) {
.trigger {
display: inline-block;
width: 100%;
}
}

Expand Down

0 comments on commit f10b33c

Please sign in to comment.