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:
parent
79fd05d209
commit
3fd9557cfd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue