Skip to content

Commit

Permalink
fix(KeyComboTag): Style regression (#7063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheiny authored Nov 13, 2024
1 parent 08c0376 commit 96f1ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/hotkeys/_hotkeys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
&:not(.#{$ns}-minimal) {
@include pt-flex-container(row, $pt-grid-size * 0.5);
}

&.#{$ns}-minimal {
@include pt-flex-container(row);
}
}

.#{$ns}-hotkey-dialog {
Expand Down

1 comment on commit 96f1ae4

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix(KeyComboTag): Style regression (#7063)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.