web/elements: fix page header in firefox
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ab4569e5d6
commit
bf253643a6
|
@ -43,6 +43,9 @@ export class PageHeader extends LitElement {
|
|||
button.sidebar-trigger {
|
||||
background-color: var(--pf-c-page__main-section--m-light--BackgroundColor);
|
||||
}
|
||||
.pf-c-page__main-section {
|
||||
width: 100%;
|
||||
}
|
||||
`];
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue