1

Config/Obsidian: Add justify text snippet

This commit is contained in:
2026-04-15 00:19:31 +02:00
parent 132e52e4ad
commit 1290f14cb7
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
.justify-text.cm-s-obsidian,
.justify-text.markdown-preview-view {
text-align: justify;
hyphens: auto;
}