fix(editor): Fix sidebar logo container layout (#13203)

This commit is contained in:
Csaba Tuncsik
2025-03-03 14:48:27 +01:00
committed by GitHub
parent 1909b74350
commit 850d458858
7 changed files with 98 additions and 22 deletions

View File

@@ -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%;