Added missing min height css attribute which made the hostbanner not scale anymore
parent
1562e52b40
commit
3818dbb4d6
|
@ -36,6 +36,7 @@
|
|||
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
min-height: 0;
|
||||
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in New Issue