ColVis: Adjust label size in drop down list of colvis button
ColVis: Adjust label size in drop down list of colvis button
aluferrari
Posts: 22Questions: 1Answers: 0
Hi,
Is it possible to adjust the size of the label that is shown in the drop down list of the ColVis button?
The list shows the column header text by default and we have
in the header text
example:
"First
Name"
"Middle
Name"
"Last
Name"
hence the header is displayed in 2 lines
The ColVis drop down also shows the header label in 2 lines but because of small height, the 2nd line ("Name") is not visible properly.
Please suggest.
Thanks in advance.
- Aalap
Is it possible to adjust the size of the label that is shown in the drop down list of the ColVis button?
The list shows the column header text by default and we have
in the header text
example:
"First
Name"
"Middle
Name"
"Last
Name"
hence the header is displayed in 2 lines
The ColVis drop down also shows the header label in 2 lines but because of small height, the 2nd line ("Name") is not visible properly.
Please suggest.
Thanks in advance.
- Aalap
This discussion has been closed.
Replies
We need to add "height" attribute in a class to the ColVis.css
File: “\extras\ColVis\media\css\ColVis.css”
Class: div.ColVis_collection button.ColVis_Button
Add attribute: “height: 40px;”
That's it !!
-Aalap Sharma