aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-03-24 02:00:45 -0700
committerGitHub <[email protected]>2020-03-24 10:00:45 +0100
commit4ccd522a764ef54d20651ede5ae84492922bcd98 (patch)
tree706bd6d37749d0c425e15ae130960a1dc7301d3e /scss/_reboot.scss
parent64a5987cc0927f4d1efecb7e1407d3bc3d6c23af (diff)
downloadbootstrap-4ccd522a764ef54d20651ede5ae84492922bcd98.tar.xz
bootstrap-4ccd522a764ef54d20651ede5ae84492922bcd98.zip
Add `.caption-top` for tables (#30435)
* Move caption-side to <table> element in Reboot * Add class for .caption-top
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 4a1a16437..cf48352d2 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -355,6 +355,7 @@ svg {
// Prevent double borders
table {
+ caption-side: bottom;
border-collapse: collapse;
}
@@ -363,7 +364,6 @@ caption {
padding-bottom: $table-cell-padding;
color: $table-caption-color;
text-align: left;
- caption-side: bottom;
}
// 1. Matches default `<td>` alignment by inheriting `text-align`.