mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 01:26:10 +02:00
parent
bdd487adc0
commit
c9c2f9e40f
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
.text-editor {
|
.text-editor {
|
||||||
.DraftEditor-root {
|
.DraftEditor-root {
|
||||||
height: auto;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,8 +21,7 @@
|
||||||
:width width
|
:width width
|
||||||
:fontFamily "sourcesanspro"
|
:fontFamily "sourcesanspro"
|
||||||
:display "flex"
|
:display "flex"
|
||||||
:whiteSpace "break-spaces"
|
:whiteSpace "break-spaces"}]
|
||||||
:flex-wrap "wrap"}]
|
|
||||||
(cond-> base
|
(cond-> base
|
||||||
(= valign "top") (obj/set! "alignItems" "flex-start")
|
(= valign "top") (obj/set! "alignItems" "flex-start")
|
||||||
(= valign "center") (obj/set! "alignItems" "center")
|
(= valign "center") (obj/set! "alignItems" "center")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue