From 5ee0e082a5e10cff61a611141ff71707d7594d5f Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Tue, 10 May 2016 13:33:52 +0200 Subject: [PATCH] Fix auto-truncation for node labels --- client/app/styles/main.less | 1 - 1 file changed, 1 deletion(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 519c0bb67..434fdf4f4 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -352,7 +352,6 @@ h2 { } .node-label-wrapper { - display: inline-block; cursor: pointer; padding-top: 6px; }