mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
UX: use relative units to prevent timeline crop (#20943)
This commit is contained in:
parent
6da2fbbf76
commit
7658341b0b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user