File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ input, button {
59
59
display : block;
60
60
padding-right : 1.2em ;
61
61
min-width : 1em ;
62
+ white-space : pre-wrap;
62
63
}
63
64
64
65
.path-list a : after {
@@ -186,6 +187,7 @@ input, button {
186
187
flex-basis : 0 ;
187
188
margin-left : 0 ;
188
189
font-size : 1.5em ;
190
+ white-space : pre-wrap;
189
191
word-break : break-all;
190
192
}
191
193
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ white-space: nowrap;
52
52
display: block;
53
53
padding-right: 1.2em;
54
54
min-width: 1em;
55
+ white-space: pre-wrap;
55
56
}
56
57
.path-list a:after {
57
58
content: '';
@@ -161,6 +162,7 @@ flex-shrink: 1;
161
162
flex-basis: 0;
162
163
margin-left: 0;
163
164
font-size: 1.5em;
165
+ white-space: pre-wrap;
164
166
word-break: break-all;
165
167
}
166
168
.item-list .size {
You can’t perform that action at this time.
0 commit comments