Improved svg options handling

This commit is contained in:
alonso.torres 2021-03-05 10:46:36 +01:00 committed by Andrey Antukh
parent 29f421d867
commit 6f07b4ea80
3 changed files with 52 additions and 17 deletions

View file

@ -711,6 +711,7 @@
width: 5.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@ -912,6 +913,7 @@
}
.row-flex-removable:hover .element-set-actions,
.element-set-options-group:hover .element-set-actions {
visibility: visible;
}