summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/styles.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index c23c5cd86a2..3b621d69862 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;