Compare commits

...

1 Commits

Author SHA1 Message Date
Alejandro Alonso
b9593bb394 🐛 Fix auto width affects text selection 2026-02-24 16:23:38 +01:00

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;
}
}