Handoff for imported SVGS

This commit is contained in:
alonso.torres 2021-03-05 15:03:29 +01:00 committed by Andrey Antukh
parent 6f07b4ea80
commit 4da3270d34
13 changed files with 187 additions and 67 deletions

View file

@ -94,6 +94,10 @@
.attributes-label,
.attributes-value {
margin-right: 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 50%;
}
.copy-button {