Merge pull request #8461 from penpot/superalex-fix-auto-width-affects-text-selection

🐛 Fix auto width affects text selection
This commit is contained in:
Elena Torró 2026-02-25 11:22:38 +01:00 committed by GitHub
commit 614c6ed300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,12 +73,12 @@
}
.grow-type-auto-width {
[data-itype="inline"],
[data-itype="span"],
[data-itype="paragraph"] {
white-space: nowrap;
}
[data-itype="inline"] {
[data-itype="span"] {
white-space-collapse: preserve;
}
}