mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
ccbbf386d2
Change-Id: I1654e95e94686b27818cbc465d5a9e8600404634
26 lines
304 B
Plaintext
26 lines
304 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;
|
|
}
|
|
|
|
&-anonWarning {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|