1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

no need to float, but do set display: block;

this, coupled with the move to flex, fixes #20029
This commit is contained in:
Mark Otto 2016-12-28 14:41:20 -08:00 committed by Mark Otto
parent 79fd05d209
commit 3fd9557cfd

View file

@ -37,7 +37,7 @@
.page-link {
position: relative;
float: left; // Collapse white-space
display: block;
padding: $pagination-padding-y $pagination-padding-x;
margin-left: -1px;
line-height: $pagination-line-height;