]>
git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixed the `pagination` component not matching the input / button (#42137)
* Fixed the `pagination` component not matching the `input` / `button` components min-height
Fixed the `pagination` component not matching the `input` / `button` components min-height.
See discussion: https://github.com/orgs/twbs/discussions/42136
Feel free to reject if this component isn't supposed to be used like in my examples.
* Reordered the flex / min-height attribute order
Moved min-height attribute after the flex related attributes (to match the order from other components). It's a trivial change.