mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Fix cursor not preserving white space (#5764)
This commit is contained in:
parent
1f2e36774e
commit
b0d0abb0ad
@ -62,6 +62,10 @@
|
||||
[data-itype="paragraph"] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
[data-itype="inline"] {
|
||||
white-space-collapse: preserve;
|
||||
}
|
||||
}
|
||||
|
||||
// Vertical align.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user