// Add padding around uls trigger when in user links. // !important as we always want to add extra margin when the uls trigger is inside the user links. // Using !important is cleaner than having to rely on specificity. .vector-user-links { .uls-trigger { // stylelint-disable-next-line declaration-no-important margin-left: 12px !important; // stylelint-disable-next-line declaration-no-important margin-right: 12px !important; } }