]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixed the `pagination` component not matching the input / button (#42137)
authorpricop <pricop.info@gmail.com>
Tue, 10 Mar 2026 21:24:37 +0000 (23:24 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 21:24:37 +0000 (14:24 -0700)
commitee683f22777ee8a938fb4e4c422f3e6ffd9de381
tree4cb5fbd36d1ba29900d955fedde74ac96684d492
parenteaccc43532a7ed207e8f2e6aa68a11d86ece3c6c
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.
scss/_pagination.scss