Skip to content

Commit

Permalink
fix(taglist): align creation date to the left
Browse files Browse the repository at this point in the history
fixes Joxit#297
  • Loading branch information
Joxit committed Apr 29, 2023
1 parent bfc901e commit 43a2423
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@ taglist .creation-date {
width: 10em;
}

material-card td.creation-date,
material-card th.creation-date {
text-align: left;
max-width: 10em;
}

taglist .image-size {
width: 7em;
}
Expand Down

0 comments on commit 43a2423

Please sign in to comment.