Author Topic: CSS issue  (Read 1654 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
CSS issue
« on: January 09, 2020, 03:33:30 pm »
Having issue with height of rows when using this CSS:

Code: [Select]
.pq-grid-cell { padding: 7px 10px 7px 10px; }
In filter dropdown (Range) the row height doesn't seem to adjust to the padding and text is partially hidden since row height is not enough...
Using v7.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Re: CSS issue
« Reply #1 on: January 09, 2020, 09:44:58 pm »
You can either increase rowHt or set autoRow option to true for menu grid.

Code: [Select]
menuUI:{
         gridOptions:{
                autoRow: true
         }
},

https://paramquery.com/pro/api#option-menuUI