From 4614d6ae81b777e73cdaa3ee170fb19fee40d79d Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 1 Aug 2017 10:05:54 +0200 Subject: [PATCH] remove legacy max-width from usage bar --- customize.dist/src/less/cryptpad.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index b298de021..3e08d9375 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -582,7 +582,7 @@ noscript { margin-top: 20px; .cryptpad-limit-bar { display: inline-block; - max-width: 40vw; + max-width: 100%; margin: 3px; box-sizing: border-box; border: 1px solid #999;