Skip to content

Commit

Permalink
never wrap <time>
Browse files Browse the repository at this point in the history
for #15281

might have unwanted effects, maybe better to apply only where needed
  • Loading branch information
ornicar committed May 11, 2024
1 parent 583fbd6 commit 611d7ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/common/css/base/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ time {
font-size: 90%;
opacity: 0.9;

/* might cause issues: */
white-space: nowrap;

/* don't use c-color-dim, it overrides too hard */
unicode-bidi: plaintext;
}
Expand Down

0 comments on commit 611d7ee

Please sign in to comment.