Skip to content

Commit aa64811

Browse files
authored
Fix style order lint error (#7035)
1 parent f46419e commit aa64811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/components/hotkeys/_hotkeys.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
@import "../../common/mixins";
55

66
.#{$ns}-key-combo {
7+
align-items: center;
8+
79
&:not(.#{$ns}-minimal) {
810
@include pt-flex-container(row, $pt-grid-size * 0.5);
911
}
10-
11-
align-items: center;
1212
}
1313

1414
.#{$ns}-hotkey-dialog {

0 commit comments

Comments
 (0)