Feature Request: Add gap
property to pn.FlexBox()
#6350
Labels
type: enhancement
Minor feature or improvement to an existing feature
Milestone
Panel's
pn.FlexBox()
is quite versatile.However, it lacks one import property which is
gap
; and if I were to manually inject thegap
CSS into the flexbox via:pn.FlexBox(flex_direction='column', ..., styles={"gap": "1rem"})
, it doesn't take effect.Though if I were to switch
pn.FlexBox()
topn.Column()
, and apply the following CSS:then it works fine!
The text was updated successfully, but these errors were encountered: