1

Config/Obsidian: Add justify text snippet

This commit is contained in:
2026-04-15 00:19:31 +02:00
parent e88199483e
commit aa42d0e283
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;
}