fix height for graph-legend-right

This commit is contained in:
m.epshtein 2025-03-17 10:36:55 +03:00
parent 4e6fb05e98
commit 2285816ac0

View file

@ -436,13 +436,15 @@
.webbpm.ervu_business_metrics .graph-legend-right .horizontal-container > text + text { .webbpm.ervu_business_metrics .graph-legend-right .horizontal-container > text + text {
margin-top: 0; margin-top: 0;
} }
.webbpm.ervu_business_metrics .graph-legend-right .vertical-container > text {
line-height: 1.5;
}
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap { .webbpm.ervu_business_metrics .graph-legend-right .text-wrap {
flex: 1; flex: 1;
width: 30%; width: 30%;
} }
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text { .webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
position: relative; position: relative;
line-height: 1.5;
} }
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type { .webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
display: inline-block; display: inline-block;