Keep all buttons in "reply" group on one line

Specifically, the "Reply" button and [...] overflow menu.

Change-Id: I66f9cf01a0ef31f31b28bfe185a39b4d22d69913
This commit is contained in:
Ed Sanders 2024-05-28 18:37:21 +01:00
parent a86897f890
commit 49aaeba740

View file

@ -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).