From 263c2eb2c24f19adad6e3fc02febf8dba8f3d229 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 7 Sep 2017 14:17:43 +0200 Subject: [PATCH] fix overflowing title text --- customize.dist/src/less/toolbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index 9ff435277..96f0cbc03 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -630,7 +630,7 @@ body .cryptpad-toolbar { .title { font-size: 25px; vertical-align: middle; - line-height: 25px; + line-height: 48px; //25px; white-space: nowrap; } .pageTitle {