mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 01:28:44 +00:00
🐛 Fix auto width affects text selection
This commit is contained in:
parent
12a1cb1d32
commit
4975f28a3d
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user