From ca00e24504095a8aa5276283a9795074db5693c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 4 Oct 2017 17:16:20 +0200 Subject: [PATCH] Fix quota overflow and error color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index c23c5cd86a..3b621d6986 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -944,9 +944,6 @@ code { white-space: nowrap; position: absolute;; top: 0; - &.quota-warning { - background-color: $color-warning; - } &.quotatext-bg { mix-blend-mode: luminosity; } @@ -954,6 +951,7 @@ code { color: $color-primary-text; overflow: hidden; z-index: 50; + max-width: 100%; } .quotatext { padding: .6em 1em;