You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/06/13 12:56:47 UTC

qpid-dispatch git commit: DISPATCH-1033 Fix legend position on Message Flow console page

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 5402cd33c -> c91e13cb6


DISPATCH-1033 Fix legend position on Message Flow console page


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c91e13cb
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/c91e13cb
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/c91e13cb

Branch: refs/heads/master
Commit: c91e13cb663d54bfad31e63739ce62260d3489de
Parents: 5402cd3
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Jun 13 08:56:26 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Jun 13 08:56:26 2018 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/html/qdrChord.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/c91e13cb/console/stand-alone/plugin/html/qdrChord.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrChord.html b/console/stand-alone/plugin/html/qdrChord.html
index 3b83e6b..cb9695a 100644
--- a/console/stand-alone/plugin/html/qdrChord.html
+++ b/console/stand-alone/plugin/html/qdrChord.html
@@ -226,7 +226,8 @@
 
 @media (max-width: 768px) {
   .navbar-collapse.page-menu {
-    left: 1em;
+    left: 0;
+    top: 0;
     right: auto;
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org