From dc05ca048429dbccbae70d3daf1c14033ea9c35b Mon Sep 17 00:00:00 2001 From: jendib Date: Mon, 2 Nov 2015 22:19:58 +0100 Subject: [PATCH] No wrap in tag tree --- docs-web/src/main/webapp/src/style/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-web/src/main/webapp/src/style/main.less b/docs-web/src/main/webapp/src/style/main.less index ec55a44b..9b705c41 100644 --- a/docs-web/src/main/webapp/src/style/main.less +++ b/docs-web/src/main/webapp/src/style/main.less @@ -194,6 +194,7 @@ input[readonly].share-link { margin-left: 20px; margin-top: 8px; margin-bottom: 8px; + white-space: nowrap; } } } \ No newline at end of file