web: fix brand not showing on firefox
This commit is contained in:
parent
51a5d4bf49
commit
5a73413d58
|
@ -33,6 +33,7 @@ export class SidebarBrand extends LitElement {
|
|||
.pf-c-brand img {
|
||||
width: 100%;
|
||||
padding: 0 .5rem;
|
||||
height: 42px;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
|
Reference in New Issue