specify flex-direction explicitly

This commit is contained in:
Jakob Ketterl 2021-01-15 19:55:37 +01:00
parent 00631d7349
commit ae217f9ded

View File

@ -43,6 +43,7 @@
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: row;
} }
.webrx-top-bar-parts > * { .webrx-top-bar-parts > * {