make page-title respect container boundaries
the current tab page-title no longer overflows the popup width
This commit is contained in:
parent
29f078d2c9
commit
5a52ef496e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue