mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-11 06:31:38 +03:00
Merge pull request #391 from NoRedInk/tessa/min-sizing-for-disclosures
Use min and max widths
This commit is contained in:
commit
5e08b015d1
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user