From: Mark Otto Date: Wed, 28 Dec 2016 22:39:51 +0000 (-0800) Subject: .page-item's don't need this anymore (they're flex items) X-Git-Tag: v4.0.0-alpha.6~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d01a326b501abc590468d5b8ae8d61d19d15eb;p=thirdparty%2Fbootstrap.git .page-item's don't need this anymore (they're flex items) --- diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 56f8b1191f..e60bd41bb3 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -7,8 +7,6 @@ } .page-item { - display: inline; // Remove list-style and block-level defaults - &:first-child { .page-link { margin-left: 0;