Fix a CSS style that was causing unwanted word breaks
This commit is contained in:
parent
701e223ede
commit
027b55f47a
6 changed files with 3 additions and 3 deletions
1
resources/assets/sass/_styles.scss
vendored
1
resources/assets/sass/_styles.scss
vendored
|
@ -4,7 +4,6 @@ html {
|
|||
text-rendering: optimizeLegibility;
|
||||
//text-decoration-skip-ink: auto;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
font-kerning: normal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue