Remove white space in the column menu using CSS

I am working on Kendo Grid , in the below example link click on 3 dot vertical menu and hover to columns , it will show list of menu items and I want to remove white space around them. How can I achieve this?

Example

Hi,

It looks as though the whitespace is caused by 4.929em right padding as shown in the attached devtools screenshot.

Try adjusting to 1em in the relevant css file.

e.g.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.