style/new layout: fix the title actions container wasting vertical space when empty

This commit is contained in:
Adorian Doran 2025-12-16 17:49:17 +02:00
parent d96157de47
commit bea15c46e5

View File

@ -4,7 +4,7 @@ body.experimental-feature-new-layout {
} }
.title-actions { .title-actions {
&.visible { &.visible:not(:empty) {
padding: 0.75em 15px; padding: 0.75em 15px;
} }
} }