aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities
diff options
context:
space:
mode:
authorPaweÅ‚ Kuna <[email protected]>2017-10-03 03:57:30 +0200
committerMark Otto <[email protected]>2017-10-02 18:57:30 -0700
commitc86833b3d0393b9cd28d86cecfa916bffd3c416b (patch)
tree824fdeafa1c116ab8be30864fbebbab86f8f39aa /scss/utilities
parent906db62ee2d60fb0f9bd8e7038da3314fbf7bebc (diff)
downloadbootstrap-c86833b3d0393b9cd28d86cecfa916bffd3c416b.tar.xz
bootstrap-c86833b3d0393b9cd28d86cecfa916bffd3c416b.zip
add display `table-cell` (#24004)
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_display.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_display.scss b/scss/utilities/_display.scss
index 45353620a..07f3da0b1 100644
--- a/scss/utilities/_display.scss
+++ b/scss/utilities/_display.scss
@@ -11,6 +11,7 @@
.d#{$infix}-inline-block { display: inline-block !important; }
.d#{$infix}-block { display: block !important; }
.d#{$infix}-table { display: table !important; }
+ .d#{$infix}-table-row { display: table-row !important; }
.d#{$infix}-table-cell { display: table-cell !important; }
.d#{$infix}-flex { display: flex !important; }
.d#{$infix}-inline-flex { display: inline-flex !important; }