MikaFil commited on
Commit
0bf8d05
·
verified ·
1 Parent(s): edceb05

Update style/defaults/style.css

Browse files
Files changed (1) hide show
  1. style/defaults/style.css +8 -0
style/defaults/style.css CHANGED
@@ -127,6 +127,14 @@ progress::-moz-progress-bar {
127
  overflow: scroll !important; /* Always show scrollbar */
128
  scrollbar-gutter: stable both-edges;
129
  box-sizing: border-box;
 
 
 
 
 
 
 
 
130
  }
131
  .menu-content::-webkit-scrollbar {
132
  width: 12px;
 
127
  overflow: scroll !important; /* Always show scrollbar */
128
  scrollbar-gutter: stable both-edges;
129
  box-sizing: border-box;
130
+
131
+ text-align: justify;
132
+ text-justify: inter-word; /* helpful where supported */
133
+ hyphens: auto; /* enable soft hyphenation */
134
+ -webkit-hyphens: auto; /* iOS / Safari */
135
+ -ms-hyphens: auto; /* old Edge */
136
+ overflow-wrap: anywhere; /* prevent overflow on very long words/URLs */
137
+ word-break: normal;
138
  }
139
  .menu-content::-webkit-scrollbar {
140
  width: 12px;