mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-16 20:58:28 +00:00
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
|
.dt-ui-newTopic {
|
||
|
clear: both;
|
||
|
|
||
|
&-sectionTitle {
|
||
|
max-width: none;
|
||
|
// This element is a <h2> - override unwanted heading styles
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.oo-ui-fieldLayout-messages {
|
||
|
max-width: none;
|
||
|
}
|
||
|
}
|