Fix overflow behavior on profile fields in hover cards (#30928)

This commit is contained in:
Claire 2024-07-06 09:22:24 +02:00 committed by GitHub
parent 8f5694d79e
commit 63ba69810e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10453,7 +10453,7 @@ noscript {
gap: 4px;
dt {
flex: 0 0 auto;
flex: 0 1 auto;
color: $dark-text-color;
min-width: 0;
overflow: hidden;