Add overflow to .more-from-author (#36310)

This commit is contained in:
Terence Eden 2025-10-01 10:23:49 +01:00 committed by GitHub
parent e4094d9fb2
commit 6c3c2714d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2277,6 +2277,7 @@
position: relative;
border-radius: var(--avatar-border-radius);
background: var(--surface-background-color);
flex-shrink: 0;
img {
width: 100%;
@ -10939,6 +10940,7 @@ noscript {
font-weight: 500;
color: $primary-text-color;
text-decoration: none;
min-width: 0;
&:hover,
&:focus,