Skip to content

Commit 7d2b9d1

Browse files
added gap between title and logo
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Divyansh Sirohi <[email protected]>
1 parent 297d2e1 commit 7d2b9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/AppMenuEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ watch(() => props.app.name, calculateSize)
8585
text-overflow: ellipsis;
8686
overflow: hidden;
8787
letter-spacing: -0.5px;
88-
gap: 8px
88+
gap: 8px;
8989
}
9090
body[dir=rtl] &__label {
9191
transform: translateX(50%) !important;

0 commit comments

Comments
 (0)