Skip to content

Commit 68d6f1a

Browse files
authored
Fix paddgins for menu button in toolbar (#72)
1 parent 7a4e41e commit 68d6f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/react/application/src/components/header/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}
2121

22-
.dx-toolbar .dx-toolbar-item.menu-button {
22+
.dx-toolbar .dx-toolbar-item.dx-toolbar-button.menu-button {
2323
width: $side-panel-min-width;
2424
text-align: center;
2525
padding: 0;

templates/vue/application/src/components/header-toolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default {
124124
}
125125
}
126126
127-
.dx-toolbar .dx-toolbar-item.menu-button {
127+
.dx-toolbar .dx-toolbar-item.dx-toolbar-button.menu-button {
128128
width: $side-panel-min-width;
129129
text-align: center;
130130
padding: 0;

0 commit comments

Comments
 (0)