We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39ea4f commit bbe899bCopy full SHA for bbe899b
components/Gutter.vue
@@ -5,7 +5,7 @@ defineProps<{ show: boolean, size: number }>()
5
<template>
6
<Transition name="gutter">
7
<div v-show="show" class="gutter flex flex-shrink-0 overflow-hidden">
8
- <div class="gutter-content flex flex-grow flex-shrink flex-col w-full lg:w-auto">
+ <div class="gutter-content flex flex-grow flex-shrink flex-col w-full">
9
<slot />
10
</div>
11
0 commit comments