fix(editor): Fix GCP icon size for external secrets modal (#13672)

This commit is contained in:
Alex Grozav 2025-03-04 14:23:37 +02:00 committed by GitHub
parent 2c03f8640e
commit 77425f04cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,6 +300,12 @@ async function onConnectionStateChange() {
flex-direction: row;
align-items: center;
flex: 1;
svg,
img {
max-width: 28px;
max-height: 28px;
}
}
.providerActions {