Merge "Keep all buttons in "reply" group on one line"

This commit is contained in:
jenkins-bot 2024-05-28 18:26:43 +00:00 committed by Gerrit Code Review
commit ff59532fdc

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