mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fixes whitespaces not showing in text shape
This commit is contained in:
parent
104ce0967c
commit
48ae26d08a
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
foreignObject .rich-text {
|
foreignObject .rich-text {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue