[FIX] progress bar shape for small percentages

Colours progress bar was showing outside of edges of bar for very small and very large percentages
This commit is contained in:
2021-09-12 20:56:44 +01:00
parent f18639732a
commit dba928f6f6

View File

@@ -105,6 +105,7 @@ input.answer-input--incorrect {
width: 100%; width: 100%;
border: 1px solid var(--overlay-color); border: 1px solid var(--overlay-color);
border-radius: 16px; border-radius: 16px;
overflow: hidden;
} }
.progress-bar > div { .progress-bar > div {