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
This commit is contained in:
Ed Sanders 2022-06-29 12:22:53 +01:00
parent cab67f96fd
commit 26cdf6789d

View file

@ -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 {