You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the pagination component is slightly bigger than button's and form-control's. form-control's and button's have their line-height set to 1.25. This is not the case for page-link's. When I place a button or a form-control next to a pagination components, they look out of place. It makes sense to me to apply line-height: 1.25 to page-link as well and make all components the same height.
I've noticed that the
pagination
component is slightly bigger thanbutton
's andform-control
's.form-control
's andbutton
's have theirline-height
set to 1.25. This is not the case forpage-link
's. When I place abutton
or aform-control
next to apagination
components, they look out of place. It makes sense to me to applyline-height: 1.25
topage-link
as well and make all components the same height.Here is an example of what I'm talking about: http://codepen.io/anon/pen/ALkJyw
Bootstrap v4 alpha5
The text was updated successfully, but these errors were encountered: