[Vuejs]-How to Override CSS Settings from Dropdown Items of a Bootstrap NavBar Populated with vue.js Router

0👍

Open your console in the browser and find the tag html with the class containing the padding.

Once you have the class, you can rewrite the style of this class.

An other solution could be to apply a ng::deep class to the dropdown and set the padding to 0.

Leave a comment