diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 927182d5..88e0f7fe 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -32,6 +32,12 @@ .webbpm.ervu_dashboard :is(.fa, .fa-calendar::before) { 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) { height: var(--indent-huge);