mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Fix GCP icon size for external secrets modal (#13672)
This commit is contained in:
parent
2c03f8640e
commit
77425f04cf
|
@ -300,6 +300,12 @@ async function onConnectionStateChange() {
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
|
||||
svg,
|
||||
img {
|
||||
max-width: 28px;
|
||||
max-height: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
.providerActions {
|
||||
|
|
Loading…
Reference in a new issue