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 2020/03/13 14:52:31 UTC

[qpid-dispatch] branch master updated: DISPATCH-1593: Fixed style for console's topology legend

This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new fa063e6  DISPATCH-1593: Fixed style for console's topology legend
fa063e6 is described below

commit fa063e68b2fa2e6188a78d8ede4eacead97c4128
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Fri Mar 13 10:52:18 2020 -0400

    DISPATCH-1593: Fixed style for console's topology legend
---
 console/react/src/App.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/console/react/src/App.css b/console/react/src/App.css
index 03270d4..8feecbe 100644
--- a/console/react/src/App.css
+++ b/console/react/src/App.css
@@ -613,6 +613,10 @@ text.qpid-cpp {
 svg#svglegend {
   max-width: 280px;
 }
+#svglegend text.label {
+  text-anchor: start;
+  font-weight: normal;
+}
 #legend-expand,
 #traffic-expand,
 #map-expand,


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