diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index d63729db..d913cc51 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -1322,6 +1322,12 @@ .webbpm.ervu_dashboard .pers-block .pers-info .form-group { margin-bottom: 0; } +.webbpm.ervu_dashboard .pers-block .tab-active .horizontal-container > * { + padding-right: 0; +} +.webbpm.ervu_dashboard .pers-block .tab-active .horizontal-container > * + *{ + padding-left: var(--indent-xlarge); +} .webbpm.ervu_dashboard .pers-block grid-v2 { flex: 1 1 auto; }