'How to check why certain class fixes my issue?
I have pagination with DataTables. I noticed the pagination is broken (The text of the buttons is misaligned or it's out of the button border)
I noticed that whenever I add disabled class to the wrapping <li> of each button, it fixes it.
But I tried looking in the devtools why and couldn't figure out how to find it.
What is a good way to check why this class "fixes" my issue? (The disabled class is added automatically by DataTables to some buttons in the pagination depending on the page)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
