From 26cdf6789d7e0862a731ab2a88a5c4e05747d6b7 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 29 Jun 2022 12:22:53 +0100 Subject: [PATCH] Mobile topic containers: Fix right alignment of ellipsis button The icon element should be aligned with the right side of the content area, like the expand/collapse button, and the edit pencil in the main namespace. Change-Id: I191a5984bafc6a478674dd5dccff0594a743ff18 --- modules/dt.init.less | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dt.init.less b/modules/dt.init.less index d64112c01..99de96007 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -350,6 +350,7 @@ span[ data-mw-comment-start ] { display: inline-block; // stylelint-disable-next-line declaration-property-unit-disallowed-list font-size: 14px; + margin-right: -5px; } &-metadata {