Merge pull request #391 from NoRedInk/tessa/min-sizing-for-disclosures

Use min and max widths
This commit is contained in:
Tessa 2019-10-24 09:57:31 -07:00 committed by GitHub
commit 5e08b015d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,10 @@ view { styles, size, isOpen } =
[ css
([ Css.display Css.inlineBlock
, cursor pointer
, width size
, height size
, minWidth size
, minHeight size
, maxWidth size
, maxHeight size
]
++ styles
)