0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fixes whitespaces not showing in text shape

This commit is contained in:
alonso.torres 2020-10-27 17:21:09 +01:00 committed by Hirunatan
parent 104ce0967c
commit 48ae26d08a

View file

@ -1,4 +1,5 @@
foreignObject .rich-text {
color: $color-black;
height: 100%;
white-space: pre-wrap;
}