Skip to content

Commit 96cedec

Browse files
hf-kkleinKonstantin
andauthored
fix(ui): move "Glossar" text slighty to the left so it's not hidden (#206)
fix(ui) move "Glossar" text slighty to the left so it's not hidden nothing to be proud of fixes #205 Co-authored-by: Konstantin <[email protected]>
1 parent 7754730 commit 96cedec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/features/glossary-toggle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
>
2626
<span
2727
class="block -rotate-180 font-medium text-black/70"
28-
style="writing-mode: vertical-rl;"
28+
style="writing-mode: vertical-rl; margin-left: -20px;"
2929
>
3030
GLOSSAR
3131
</span>

0 commit comments

Comments
 (0)