Skip to content

Commit 8373320

Browse files
committed
Tables: Make bootstrap-tables wide by default too
1 parent 5611ee0 commit 8373320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/bootstrap-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $defaultVariant := "narrow" }}
1+
{{ $defaultVariant := "wide" }}
22

33
{{ partial "table.html" (dict
44
"variant" $defaultVariant

0 commit comments

Comments
 (0)