FIX: Chat layout shift with GitHub onebox (#23909)
This commit is contained in:
parent
525cfcbe0e
commit
5d632fd30a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue