Skip to content

Commit 43a2423

Browse files
committed
fix(taglist): align creation date to the left
fixes #297
1 parent bfc901e commit 43a2423

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,12 @@ taglist .creation-date {
390390
width: 10em;
391391
}
392392

393+
material-card td.creation-date,
394+
material-card th.creation-date {
395+
text-align: left;
396+
max-width: 10em;
397+
}
398+
393399
taglist .image-size {
394400
width: 7em;
395401
}

0 commit comments

Comments
 (0)