Skip to content

Commit 6ad6ecf

Browse files
committed
fix: new tab style
1 parent 4696a73 commit 6ad6ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-frontend/src/assets/style/index.postcss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
@apply bg-gray-500/50 rounded px-1 text-[11px] font-mono;
33
}
44

5-
// @TODO remove when vue-ui style is updated
5+
/* @TODO remove when vue-ui style is updated */
66

7-
.vue-ui-group:not(.vertical) > .indicator >.content {
7+
.vue-ui-group:not(.vertical) > .indicator > .content {
88
margin: 0 12px;
99
width: calc(100% - 24px);
1010
}

0 commit comments

Comments
 (0)