web: fix brand not showing on firefox

This commit is contained in:
Jens Langhammer 2020-12-14 19:26:02 +01:00
parent 51a5d4bf49
commit 5a73413d58
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export class SidebarBrand extends LitElement {
.pf-c-brand img {
width: 100%;
padding: 0 .5rem;
height: 42px;
}
`,
];