SUPPORT-9582

This commit is contained in:
m.epshtein 2025-11-19 11:26:26 +03:00
parent a6c9508b51
commit b6542f3ad7

View file

@ -32,6 +32,12 @@
.webbpm.ervu_dashboard :is(.fa, .fa-calendar::before) { .webbpm.ervu_dashboard :is(.fa, .fa-calendar::before) {
font-size: var(--size-text-secondary); font-size: var(--size-text-secondary);
} }
.webbpm.ervu_dashboard button-component {
position: relative;
}
.webbpm.ervu_dashboard button-component .tooltip.show {
width: max-content;
}
.webbpm.ervu_dashboard :is(input.form-control, .input-group-addon) { .webbpm.ervu_dashboard :is(input.form-control, .input-group-addon) {
height: var(--indent-huge); height: var(--indent-huge);