Fix Paginate
click area
https://github.com/AdeleD/react-paginate/ issues/125#issuecomment-276625181 Apparently, the page bubble cannot be made clickable due to accessibility issues, so the click area is very small. Changed the css as suggested by the maintainer.
This commit is contained in:
parent
79a093eb28
commit
2a38f2c177
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
> a {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
height: 100%;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue