Page Length box arrows impinging on numbers

Page Length box arrows impinging on numbers

jim1506jim1506 Posts: 5Questions: 4Answers: 0

Everything works fine but the select length drop down is too small and results in the down arrow impinging on the number as below:

I have tried to find the css class which appears to be:

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

but changing this seems to have no effect - min-width etc. And I did clear all caches!

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.