remove legacy max-width from usage bar

pull/1/head
ansuz 2017-08-01 10:05:54 +02:00
parent 9a733cca0e
commit 4614d6ae81
1 changed files with 1 additions and 1 deletions

View File

@ -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;