Assets groups review

This commit is contained in:
Pablo Alba 2023-09-04 17:05:29 +02:00 committed by Andrés Moya
parent b03492e187
commit fe36a9e958
9 changed files with 89 additions and 11 deletions

View file

@ -268,6 +268,9 @@ span.element-name {
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
&.left-ellipsis {
direction: rtl; // hack for getting the ellipsis on the left side
}
}
.element-actions {