fixed height for pers-block grid

This commit is contained in:
m.epshtein 2025-04-21 21:45:13 +03:00
parent 5f1dd90c37
commit 72ea8395f4
2 changed files with 8 additions and 0 deletions

View file

@ -1322,6 +1322,11 @@
.webbpm.ervu_dashboard .pers-block .pers-info .form-group {
margin-bottom: 0;
}
.webbpm.ervu_dashboard .pers-block .grid {
flex-direction: column;
flex: 1 1 auto;
height: 100px;
}
.webbpm.ervu_dashboard grid-v2 {
flex: 1;

View file

@ -83,6 +83,9 @@
--h-header: min(calc(3.9*var(--w-content)), 4.875rem); /*78*/
--w-screen: min(calc(2*var(--w-content)), 2.5rem); /*40*/
}
.webbpm.ervu_dashboard .ag-theme-balham-dark {
--ag-modal-overlay-background-color: transparent !important;
}
body.webbpm.ervu_dashboard {
display: flex;