integrations-startup-time: set "border-radius: 0" for "img" (#24679)

set "border-radius: 0" for "img"
This commit is contained in:
ildar170975 2025-03-18 16:47:13 +03:00 committed by GitHub
parent d61c771e35
commit 858b8b90d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,7 @@ class IntegrationsStartupTime extends LitElement {
display: block;
max-height: 40px;
max-width: 40px;
border-radius: 0;
}
div[slot="meta"] {
display: flex;