feat: align progress bar vertically
This commit is contained in:
parent
e94b97604f
commit
d2255a940c
|
|
@ -27,6 +27,7 @@ progress {
|
|||
border-radius: 5px; /* Round the corners of the progress bar */
|
||||
background-color: #f3f3f3; /* Light grey background */
|
||||
width: 100%;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
/* Style the progress bar container */
|
||||
|
|
|
|||
Loading…
Reference in New Issue