RED-9950: increased component management section width by 5%.

This commit is contained in:
Nicoleta Panaghiu 2024-09-05 14:58:44 +03:00
parent 1b2f14ec89
commit 6cedf8afb0
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
}
&.documine-container {
width: 70%; // this and --structured-component-management-width should sum up to 100%
width: calc(100% - var(--structured-component-management-width));
}
}

View File

@ -164,7 +164,7 @@ $dark-accent-10: darken(vars.$accent, 10%);
body {
--workload-width: 350px;
--documine-workload-content-width: 287px;
--structured-component-management-width: 30%;
--structured-component-management-width: 35%;
--quick-navigation-width: 61px;
--iqser-app-name-font-family: OpenSans Extrabold, sans-serif;
--iqser-app-name-font-size: 13px;