From 932151777804820095fd8535cdb5721910abca97 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 14 2018 23:59:03 +0000 Subject: fix the rightmenu buttons stacking when config dialog is open fixes #574 --- diff --git a/js/app/components/HubConfig/HubConfig.css b/js/app/components/HubConfig/HubConfig.css index 422a873..294ede4 100644 --- a/js/app/components/HubConfig/HubConfig.css +++ b/js/app/components/HubConfig/HubConfig.css @@ -1,3 +1,7 @@ +.HubConfigDialog{ + display:inline; +} + .HubConfigDialog .modal-title { line-height: 1; }