Skip to content

Commit 77c21c8

Browse files
Fix: Add spacing between Shared label and icon in AppMenuEntry.vue
1 parent 297d2e1 commit 77c21c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/AppMenuEntry.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,15 @@ watch(() => props.app.name, calculateSize)
8585
text-overflow: ellipsis;
8686
overflow: hidden;
8787
letter-spacing: -0.5px;
88-
gap: 8px
88+
margin-left: 8px
8989
}
9090
body[dir=rtl] &__label {
9191
transform: translateX(50%) !important;
9292
}
9393
9494
&__icon {
9595
font-size: var(--app-menu-entry-font-size);
96+
margin-right: 8px;
9697
}
9798
9899
&--active {

0 commit comments

Comments
 (0)