We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9c29b commit 629ac4eCopy full SHA for 629ac4e
2 files changed
src/scss/config/_bootstrap-overrides.scss
@@ -142,8 +142,8 @@ $headings-color: $h-color;
142
143
$table-cell-padding-y: 1rem;
144
$table-cell-padding-x: 1rem;
145
-$table-cell-padding-y-sm: .5rem;
146
-$table-cell-padding-x-sm: .5rem;
+$table-cell-padding-y-sm: .75rem;
+$table-cell-padding-x-sm: .75rem;
147
$table-border-color: $gray-200;
148
149
src/scss/theme.scss
@@ -84,6 +84,13 @@ caption {
84
border-right: none;
85
}
86
87
+
88
+ &.table-sm {
89
+ td,
90
+ th {
91
+ padding: $table-cell-padding-y-sm $table-cell-padding-x-sm;
92
+ }
93
94
95
96
input[type=text] {
0 commit comments