mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 05:06:11 +02:00
🐛 Fix cursor not preserving white space (#5764)
This commit is contained in:
parent
1f2e36774e
commit
b0d0abb0ad
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@
|
||||||
[data-itype="paragraph"] {
|
[data-itype="paragraph"] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-itype="inline"] {
|
||||||
|
white-space-collapse: preserve;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vertical align.
|
// Vertical align.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue