Skip to content

Commit

Permalink
fix(layout_columns): Add missing bslib-mb-spacing class (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Dec 13, 2023
1 parent 7602eb6 commit 0319575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/ui/_layout_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def layout_columns(
tag = Tag(
"bslib-layout-columns",
{
"class": "bslib-grid grid",
"class": "bslib-grid grid bslib-mb-spacing",
"style": css(
gap=as_css_unit(gap),
height=as_css_unit(height),
Expand Down

0 comments on commit 0319575

Please sign in to comment.