mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
no need to float, but do set display: block;
this, coupled with the move to flex, fixes #20029
This commit is contained in:
parent
79fd05d209
commit
3fd9557cfd
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
.page-link {
|
.page-link {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left; // Collapse white-space
|
display: block;
|
||||||
padding: $pagination-padding-y $pagination-padding-x;
|
padding: $pagination-padding-y $pagination-padding-x;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
line-height: $pagination-line-height;
|
line-height: $pagination-line-height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user