mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 23:16:11 +02:00
🐛 Fix weird text align
This commit is contained in:
parent
643e58c61b
commit
726f55bd04
2 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,8 @@
|
|||
:width width
|
||||
:fontFamily "sourcesanspro"
|
||||
:display "flex"
|
||||
:whiteSpace "break-spaces"}]
|
||||
:whiteSpace "break-spaces"
|
||||
:flex-wrap "wrap"}]
|
||||
(cond-> base
|
||||
(= valign "top") (obj/set! "alignItems" "flex-start")
|
||||
(= valign "center") (obj/set! "alignItems" "center")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue