Skip to content

Commit e70ddf0

Browse files
committed
fix(tpl): remove fixed width from modify date
Different fonts may occupy different width for the modify date element. As now there are fallback styles for legacy browsers, it is not necessary to specify a fixed width for the element.
1 parent 482fca8 commit e70ddf0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/tpl/assert/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ em {
206206
}
207207

208208
.item-list .time {
209-
width: 10em;
210209
color: #999;
211210
text-align: right;
212211
white-space: nowrap;

src/tpl/assert/main.css.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ text-align: right;
178178
color: #666;
179179
}
180180
.item-list .time {
181-
width: 10em;
182181
color: #999;
183182
text-align: right;
184183
white-space: nowrap;

0 commit comments

Comments
 (0)