mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 03:36: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"] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
[data-itype="inline"] {
|
||||
white-space-collapse: preserve;
|
||||
}
|
||||
}
|
||||
|
||||
// Vertical align.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue