mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Merge "Remove extra spacing from username/create account link"
This commit is contained in:
commit
2c87cdc8f8
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue