Skip to content

Commit 5b7df1b

Browse files
authored
fix(App.vue): missing padding on navigation left-hand panel (#914)
1 parent 944e98b commit 5b7df1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/youi/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/>
2424

2525
<v-row class="main-row ma-0 pa-0">
26-
<v-col class="left-col ma-0 pa-0" cols="3">
26+
<v-col class="left-col ma-0" cols="3">
2727
<YOUINavigation
2828
v-if="prompts.length"
2929
:prompt-index="promptIndex"

0 commit comments

Comments
 (0)