mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-02 20:16:41 +00:00
6d243ed74a
Bug: T240519 Depends-On: Ie18666b41f4aff1ab4bcf93f9df6e3000ac7b500 Depends-On: I2a731cb273401074e65f9283c1f629dbdb272002 Change-Id: Ice92fafb1f546510dab28e3f8aa7d2280668965a
26 lines
311 B
Plaintext
26 lines
311 B
Plaintext
.dt-ui-replyWidget {
|
|
> .oo-ui-textInputWidget {
|
|
max-width: none;
|
|
}
|
|
|
|
&-actions {
|
|
margin-top: 0.5em;
|
|
display: flex;
|
|
}
|
|
|
|
&-terms {
|
|
flex-grow: 1;
|
|
margin-right: 1em;
|
|
font-size: 0.75em;
|
|
color: #54595d;
|
|
}
|
|
|
|
&-preview {
|
|
margin-left: -1.6em;
|
|
}
|
|
|
|
.oo-ui-messageWidget {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|