mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 03:21:26 -05: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
Reference in a new issue