Skip to content

Commit 4ba6fec

Browse files
committed
unicode-analyzer: Use compact heading
1 parent ce9db83 commit 4ba6fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/unicode-analyzer/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Combining diacritical marks: \u0300\u0301\u0302\u0303\u0304\u0305\u0306\u0307\u0
128128
<textarea bind:value={text} />
129129
</StackView>
130130

131-
<StackView title="Unicode analysis" fill isCollapsible={false} hasPadding={false}>
131+
<StackView title="Unicode analysis" fill isCompact isCollapsible={false} hasPadding={false}>
132132
<div class="analysis-container">
133133
<div class="character-view" on:mousemove={onMouseMove}>
134134
{#each characters as character}

0 commit comments

Comments
 (0)