From b6603a591f8eed51e2e40488284122f52776b2c5 Mon Sep 17 00:00:00 2001 From: sushrith Date: Sun, 30 Apr 2023 10:45:11 +0530 Subject: [PATCH] Remove extra spacing from username/create account link Bug: T323244 Change-Id: Id0e8a9ffaec3389e75a2a9c3cb068649aff77543 --- resources/skins.vector.styles/components/UserLinks.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/skins.vector.styles/components/UserLinks.less b/resources/skins.vector.styles/components/UserLinks.less index cfe0544b6..30545087f 100644 --- a/resources/skins.vector.styles/components/UserLinks.less +++ b/resources/skins.vector.styles/components/UserLinks.less @@ -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 {