Skip to content

Commit fb4dbbb

Browse files
committed
fix(tpl): prevent collapse multiple whitespaces from filenames
1 parent e726996 commit fb4dbbb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tpl/assert/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ input, button {
5959
display: block;
6060
padding-right: 1.2em;
6161
min-width: 1em;
62+
white-space: pre-wrap;
6263
}
6364

6465
.path-list a:after {
@@ -186,6 +187,7 @@ input, button {
186187
flex-basis: 0;
187188
margin-left: 0;
188189
font-size: 1.5em;
190+
white-space: pre-wrap;
189191
word-break: break-all;
190192
}
191193

src/tpl/assert/main.css.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ white-space: nowrap;
5252
display: block;
5353
padding-right: 1.2em;
5454
min-width: 1em;
55+
white-space: pre-wrap;
5556
}
5657
.path-list a:after {
5758
content: '';
@@ -161,6 +162,7 @@ flex-shrink: 1;
161162
flex-basis: 0;
162163
margin-left: 0;
163164
font-size: 1.5em;
165+
white-space: pre-wrap;
164166
word-break: break-all;
165167
}
166168
.item-list .size {

0 commit comments

Comments
 (0)