Merge "Fix setting button placement in article preview"

This commit is contained in:
jenkins-bot 2021-04-29 19:05:13 +00:00 committed by Gerrit Code Review
commit 8414cf0115
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View file

@ -395,10 +395,13 @@
}
.mwe-popups-extract[ dir='rtl' ] + footer {
/* @noflip */
left: unset;
/* @noflip */
right: 0;
.mwe-popups-settings-icon {
/* @noflip */
float: left;
}
}