Skip to content

Commit

Permalink
Fix paddings for items in user menu (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikov authored Apr 23, 2019
1 parent 68d6f1a commit 8488440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
}

.dx-context-menu.user-menu {
.dx-context-menu.user-menu.dx-menu-base {
&.dx-rtl {
.dx-submenu .dx-menu-items-container .dx-icon {
margin-left: 16px;
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/application/src/components/user-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
}
}
.dx-context-menu.user-menu {
.dx-context-menu.user-menu.dx-menu-base {
&.dx-rtl {
.dx-submenu .dx-menu-items-container .dx-icon {
margin-left: 16px;
Expand Down

0 comments on commit 8488440

Please sign in to comment.