mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix GCP icon size for external secrets modal (#13672)
This commit is contained in:
@@ -300,6 +300,12 @@ async function onConnectionStateChange() {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
|
svg,
|
||||||
|
img {
|
||||||
|
max-width: 28px;
|
||||||
|
max-height: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.providerActions {
|
.providerActions {
|
||||||
|
|||||||
Reference in New Issue
Block a user