FIX: Chat layout shift with GitHub onebox (#23909)

This commit is contained in:
Jan Cernik 2023-10-12 07:54:11 -03:00 committed by GitHub
parent 525cfcbe0e
commit 5d632fd30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -474,6 +474,7 @@ pre.onebox code {
.github-info-container {
width: 100%;
overflow-x: hidden;
}
.github-info {
@ -500,6 +501,10 @@ pre.onebox code {
color: var(--danger);
}
}
.discourse-local-date {
white-space: nowrap;
}
}
.onebox-avatar-inline {