Merge "Remove extra spacing from username/create account link"

This commit is contained in:
jenkins-bot 2023-05-11 23:00:57 +00:00 committed by Gerrit Code Review
commit 2c87cdc8f8

View file

@ -78,9 +78,9 @@
}
}
// Add margin to links that don't have the .mw-ui-button or related icon classes.
// Remove margin from links that don't have the .mw-ui-button or related icon classes.
a:not( .mw-ui-button ):not( .mw-echo-notifications-badge ) {
margin: 0 8px;
margin: 0;
}
.user-links-collapsible-item {