0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix problem with comments new line

This commit is contained in:
alonso.torres 2024-03-11 16:13:36 +01:00
parent 112e71a259
commit bed13c24df

View file

@ -196,6 +196,7 @@
position: relative; position: relative;
.text { .text {
@include bodySmallTypography; @include bodySmallTypography;
white-space: pre;
} }
} }
} }