mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:28:19 +02:00
🐛 Fix update modal spacing
This commit is contained in:
parent
18fc08d418
commit
04a69c2a2c
4 changed files with 151 additions and 131 deletions
|
@ -116,11 +116,11 @@
|
|||
}
|
||||
|
||||
@mixin textEllipsis {
|
||||
display: block;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@mixin twoLineTextEllipsis {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue