mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Use interface language direction for topic metadata wrapper
Bug: T305286 Bug: T311663 Change-Id: I31d9f7997c8894c344548636eea6c9a823698269
This commit is contained in:
parent
e48f34e558
commit
aedb682e06
|
@ -246,6 +246,8 @@ span[ data-mw-comment-start ] {
|
|||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
// Use interface language direction (auto-flipped for RTL)
|
||||
direction: ltr;
|
||||
|
||||
.oo-ui-buttonElement > .oo-ui-buttonElement-button {
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue