web/elements: fix height of branding on firefox in certain screen sizes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-09 15:54:41 +02:00
parent 23f269d676
commit 43ad4f58ac
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export class SidebarBrand extends LitElement {
flex-direction: column;
align-items: center;
height: 82px;
min-height: 82px;
}
.pf-c-brand img {
width: 100%;