mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix sidebar logo container layout (#13203)
This commit is contained in:
@@ -836,7 +836,7 @@ onBeforeUnmount(() => {
|
||||
}
|
||||
|
||||
.data-display-wrapper {
|
||||
height: calc(100% - var(--spacing-l)) !important;
|
||||
height: 100%;
|
||||
margin-top: var(--spacing-xl) !important;
|
||||
margin-bottom: var(--spacing-xl) !important;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user