Skip to content

Commit 0319575

Browse files
authored
fix(layout_columns): Add missing bslib-mb-spacing class (#906)
1 parent 7602eb6 commit 0319575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_layout_columns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def layout_columns(
126126
tag = Tag(
127127
"bslib-layout-columns",
128128
{
129-
"class": "bslib-grid grid",
129+
"class": "bslib-grid grid bslib-mb-spacing",
130130
"style": css(
131131
gap=as_css_unit(gap),
132132
height=as_css_unit(height),

0 commit comments

Comments
 (0)