make page-title respect container boundaries

the current tab page-title no longer overflows the popup width
This commit is contained in:
DRC 2017-08-17 16:40:25 +02:00
parent 29f078d2c9
commit 5a52ef496e

View file

@ -510,6 +510,7 @@ span ~ .panel-header-text {
#current-tab .page-title { #current-tab .page-title {
font-size: var(--font-size-heading); font-size: var(--font-size-heading);
grid-column: 2 / 4; grid-column: 2 / 4;
max-inline-size: 100%;
} }
#current-tab > label { #current-tab > label {