From 7533d68a915e8dbced237bd1aeed10141f11463a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=B6hnlein?= Date: Thu, 6 Jul 2017 16:31:11 +0200 Subject: [PATCH] Fixed positioning of labels --- client/app/diagram.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app/diagram.css b/client/app/diagram.css index 1cd40a7..ed4cd72 100644 --- a/client/app/diagram.css +++ b/client/app/diagram.css @@ -36,6 +36,7 @@ svg { fill: #000; font-family: sans-serif; font-size: 11pt; + dominant-baseline: hanging; } .selected > rect {