Fix: Prevent overflow on the progress bar

This commit is contained in:
lscambo13
2024-12-27 10:15:42 -08:00
parent 5347a360b9
commit 022552d620

View File

@@ -1252,8 +1252,9 @@ progress {
background: var(--hoverGradient) !important; background: var(--hoverGradient) !important;
border: solid var(--lighterBorderColor) var(--borderWidth) !important; border: solid var(--lighterBorderColor) var(--borderWidth) !important;
border-radius: var(--smallRadius); border-radius: var(--smallRadius);
overflow: hidden;
} }
progress + span { progress+span {
color: var(--btnSubmitBorderColor) !important; color: var(--btnSubmitBorderColor) !important;
} }