Closed Stevearzh closed 9 years ago
The theme is not concerned with plugin-specific styling. It would be better to open a PR for the plugin in question with a proper reset of the tag cloud CSS.
I found that it was browser's(same thing happened to Firefox) default setting for ul, menu and dir tags that made the 40px's padding-left appeared:
May I add a rule in globals/mixins.less to reset ul, menu and dir's padding?
That'd be a nasty hack and it will cause issues with other elements. There's nothing stopping you from putting it in custom.css
though :+1:
I found this problem in our bbs, I think it's better to remove .TagCloud's padding-left. Like the image showing below:
Sorry for I'm not that into less now, I'm not sure where and how to modify this, I think labels.less maybe the right place to add this rule...