mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 09:43:30 +00:00
Keep all buttons in "reply" group on one line
Specifically, the "Reply" button and [...] overflow menu. Change-Id: I66f9cf01a0ef31f31b28bfe185a39b4d22d69913
This commit is contained in:
parent
a86897f890
commit
49aaeba740
|
@ -25,6 +25,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
// If a site has text-indent set on content, it would be inherited here and cause excessive padding
|
||||
text-indent: 0;
|
||||
// Keep all buttons on one line
|
||||
white-space: nowrap;
|
||||
|
||||
// Add space before the buttons using actual spaces rather than margin, so that they may collapse
|
||||
// when the buttons wrap to a new line (T325416).
|
||||
|
|
Loading…
Reference in a new issue