diff --git a/src/routes/Player/styles.less b/src/routes/Player/styles.less index 9be841e46..10c1921c5 100644 --- a/src/routes/Player/styles.less +++ b/src/routes/Player/styles.less @@ -46,7 +46,7 @@ html:not(.active-slider-within) { background-color: @color-background-dark5; .error-label { - flex: none; + flex: auto; padding: 0 8rem; max-height: 4.8em; font-size: 2rem; @@ -56,7 +56,7 @@ html:not(.active-slider-within) { .error-details { display: flex; - flex: none; + flex: auto; font-size: 1.5rem; margin-top: 1.5rem; color: @color-surface-light5-90;