web/elements: fix page header in firefox
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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
Block a user