Fix wrong width on logo in detailed link card in web UI (#32271)

This commit is contained in:
Eugen Rochko 2024-10-07 08:53:29 +02:00 committed by GitHub
parent c40ab43dc7
commit 2c54b91dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10628,6 +10628,7 @@ noscript {
gap: 8px;
.logo {
width: 16px;
height: 16px;
color: $darker-text-color;
}