🐛 Fix update modal spacing

This commit is contained in:
Eva Marco 2024-03-13 16:41:53 +01:00
parent 18fc08d418
commit 04a69c2a2c
4 changed files with 151 additions and 131 deletions

View file

@ -116,11 +116,11 @@
}
@mixin textEllipsis {
display: block;
max-width: 99%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
@mixin twoLineTextEllipsis {