From 0a813b4fabd6c5d98c99e3262f8da1137e099ed6 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 17 Aug 2017 10:24:10 +0200 Subject: [PATCH] Fix limit bar overflowing when over the limit --- customize.dist/src/less/cryptpad.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index ca1fab6c5..1c2c39f46 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -600,6 +600,7 @@ noscript { width: ~"calc(100% - 6px)"; height: 25px; line-height: 25px; + overflow: hidden; .usage { height: 100%; display: inline-block;