diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 5f250903..8be29bde 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -1836,6 +1836,21 @@ width: 100%; } +/* test */ +.webbpm.ervu_dashboard .container-inside > div { + height: 100%; +} +.webbpm.ervu_dashboard .container-inside > div > div[id] { + display: flex; + flex-direction: column; + height: 100%; +} +.webbpm.ervu_dashboard .container-inside > div > div[id] > vbox:first-child, +.webbpm.ervu_dashboard .container-inside .parent-block { + flex-grow: 1; +} +/* test */ + .webbpm.ervu_dashboard [page-citizen], .webbpm.ervu_dashboard #citizen, .webbpm.ervu_dashboard [page-citizen_all_filters], @@ -1936,7 +1951,7 @@ } .webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active, .webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active { - left: 23.75rem + var(--indent-large); + left: calc(23.75rem + var(--indent-large)); } /* end - Special pages */