0
Fork 0
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:
Aitor Moreno 2025-02-04 15:54:46 +01:00 committed by GitHub
parent 1f2e36774e
commit b0d0abb0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,10 @@
[data-itype="paragraph"] {
white-space: nowrap;
}
[data-itype="inline"] {
white-space-collapse: preserve;
}
}
// Vertical align.