mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 05:51:41 +02:00
Merge branch 'release-1.2.0' into develop
This commit is contained in:
commit
101027e6b8
7 changed files with 22 additions and 16 deletions
|
@ -45,11 +45,11 @@
|
|||
auto-height? (= grow-type :auto-height)
|
||||
|
||||
base #js {:display "inline-flex"
|
||||
:flex-direction "column"
|
||||
:justify-content "inherit"
|
||||
:min-height (when-not (or auto-width? auto-height?) "100%")
|
||||
:min-width (when-not auto-width? "100%")
|
||||
:vertical-align "top"}]
|
||||
:flexDirection "column"
|
||||
:justifyContent "inherit"
|
||||
:minHeight (when-not (or auto-width? auto-height?) "100%")
|
||||
:minWidth (when-not auto-width? "100%")
|
||||
:verticalAlign "top"}]
|
||||
base)))
|
||||
|
||||
(defn generate-paragraph-styles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue