From ae217f9deda687a9f5e0a4142a3d22b369af227c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 15 Jan 2021 19:55:37 +0100 Subject: [PATCH] specify flex-direction explicitly --- htdocs/css/openwebrx-header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index e2b094f..c110f9c 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -43,6 +43,7 @@ overflow: hidden; display: flex; + flex-direction: row; } .webrx-top-bar-parts > * {