mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
no need to float, but do set display: block;
this, coupled with the move to flex, fixes #20029
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user