UX: use relative units to prevent timeline crop (#20943)

This commit is contained in:
Kris 2023-04-04 09:40:43 -04:00 committed by GitHub
parent 6da2fbbf76
commit 7658341b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
.timeline-scrollarea-wrapper {
display: table-cell;
padding-right: 1.5em;
width: 100px;
width: 7em;
}
.timeline-scrollarea {
border-right: 1px solid var(--tertiary-low-or-tertiary-high);
@ -265,7 +265,7 @@
.timeline-ago {
color: var(--primary-med-or-secondary-med);
max-width: 70px;
max-width: 4.6em;
overflow: hidden;
text-overflow: ellipsis;
}