-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ~[Archived] UI Taglibs
-
Labels:None
On dxp 7.2, <liferay-ui:tabs /> contain opinionated bootstrap utility classes such as `mb-3` and `mb-lg-4` that have the `!important` flag. In order to customize the margin value for a specific design, one would have to also use the `!important ` flag to override the existing utility classes. It makes the css harder to maintain. Perhaps the taglib can be written such that if a custom cssClass is passed in, then the bootstrap utility classes will not render to give taglib user more flexibility to customize.