We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518e39e commit e7bb6ddCopy full SHA for e7bb6dd
packages/commands/src/components/style.scss
@@ -135,15 +135,8 @@ $palette-header-height: 48px;
135
border-top: $border-width solid $gray-300;
136
}
137
138
- // Ensures there is always padding bottom on the last group, when there are commands.
139
- &
140
- [cmdk-list-sizer] > [cmdk-group]:last-child
141
- [cmdk-group-items]:not(:empty) {
142
- padding-bottom: $grid-unit-10;
143
- }
144
-
145
& [cmdk-list-sizer] > [cmdk-group] > [cmdk-group-items]:not(:empty) {
146
- padding: 0 $grid-unit-10;
+ padding: 0 $grid-unit-10 $grid-unit-05;
147
148
149
[cmdk-group-heading] {
0 commit comments