Commit ee683f2
authored
Fixed the
* 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.pagination component not matching the input / button (#42137)1 parent eaccc43 commit ee683f2
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
| |||
0 commit comments