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:
parent
23f269d676
commit
43ad4f58ac
|
@ -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%;
|
||||
|
|
Reference in New Issue