Merge pull request #2494 from basecamp/mobile/fix-truncated-comment-dates

This commit is contained in:
Adrien Maston
2026-02-12 18:03:39 +01:00
committed by GitHub
+12 -1
View File
@@ -91,6 +91,17 @@
.btn {
font-weight: inherit;
}
@media (max-width: 639px) {
margin-block-end: calc(var(--block-space-half) / 2);
h3 {
display: flex;
flex-wrap: wrap;
align-items: baseline;
column-gap: 0.4em;
}
}
}
.comment__avatar {
@@ -155,7 +166,7 @@
text-transform: capitalize;
@media (max-width: 639px) {
line-height: 1.5lh;
font-size: var(--text-small);
}
}