added wrap to homebar
This commit is contained in:
parent
56ab1937cc
commit
a274ab77ff
|
@ -22,6 +22,7 @@ Homebar.css = `
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.hb-button {
|
.hb-button {
|
||||||
text-size: 0.9rem;
|
text-size: 0.9rem;
|
||||||
|
|
Loading…
Reference in a new issue