Fix: Prevent overflow on the progress bar
This commit is contained in:
parent
5347a360b9
commit
022552d620
1 changed files with 10 additions and 9 deletions
|
|
@ -1252,8 +1252,9 @@ progress {
|
|||
background: var(--hoverGradient) !important;
|
||||
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
|
||||
border-radius: var(--smallRadius);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
progress + span {
|
||||
progress+span {
|
||||
color: var(--btnSubmitBorderColor) !important;
|
||||
}
|
||||
Loading…
Reference in a new issue