Skip to content

Commit eccff84

Browse files
committed
feat: limit hyphenation to avoid over hyphenating when not needed
1 parent 3206e75 commit eccff84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/assets/stylesheets/InternalStyles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
flex-flow: column;
6060
block-size: 100%;
6161
hyphens: auto;
62+
hyphenate-limit-chars: 10;
6263

6364
.proj {
6465
min-block-size: 100%;

0 commit comments

Comments
 (0)