From 58c6cf19a620401399408d057e6e2e01ad73a356 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Wed, 24 May 2017 20:14:01 +0200 Subject: [PATCH] fix popover menu orientation Signed-off-by: Artem Anufrij --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 21ca9f3f4..459e651b9 100644 --- a/css/style.css +++ b/css/style.css @@ -93,6 +93,10 @@ button.button-inline:hover { width: auto !important; } +#app-navigation .app-navigation-entry-menu ul { + flex-direction: row; +} + /** * Board view */