Skip to content

Commit ae1a60d

Browse files
committed
Fix container-width icon
1 parent cf00bf7 commit ae1a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Code/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ useEventListener('keydown', (event: KeyboardEvent) => {
254254
<ButtonBase
255255
class="px-3 max-xl:hidden"
256256
:disabled="loading"
257-
classicon="i-lucide:unfold-horizontal [.container-full>&]:i-lucide:fold-horizontal"
257+
classicon="i-lucide:unfold-horizontal [.container-full_&]:i-lucide:fold-horizontal"
258258
:aria-label="$t('code.toggle_container')"
259259
@click="toggleCodeContainer()"
260260
/>

0 commit comments

Comments
 (0)