1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 09:22:55 +02:00

Split table cell padding variables (#30815)

This commit is contained in:
Mark Otto
2020-05-14 10:43:33 -07:00
committed by GitHub
parent 5d11d5790a
commit 46d876314b
4 changed files with 9 additions and 6 deletions

View File

@@ -363,8 +363,8 @@ table {
}
caption {
padding-top: $table-cell-padding;
padding-bottom: $table-cell-padding;
padding-top: $table-cell-padding-y;
padding-bottom: $table-cell-padding-y;
color: $table-caption-color;
text-align: left;
}