We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8d0f4 commit ddfd762Copy full SHA for ddfd762
shiny/ui/_page.py
@@ -306,7 +306,7 @@ def page_fillable(
306
# first set of attributes.
307
FILLABLE_CONTAINTER_ATTRS,
308
{"class": "bslib-page-fill bslib-gap-spacing", "style": style},
309
- {"class": "bslib-flow-mobile"} if fillable_mobile else None,
+ {"class": "bslib-flow-mobile"} if not fillable_mobile else None,
310
attrs,
311
*children,
312
components_dependency(),
0 commit comments