Merge branch 'RED-9950' into 'master'

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

See merge request redactmanager/red-ui!565
This commit is contained in:
Dan Percic 2024-09-05 14:06:50 +02:00
commit 766ba97a0e
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;