Fix: Prevent progress bar shifts caused by variable-width font
This commit is contained in:
lscambo13 2025-01-08 20:27:16 +05:30 committed by GitHub
commit 79cfbf610a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1520,4 +1520,9 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
#txtLoginDisclaimer {
resize: none;
}
.startTimeText,
.endTimeText {
width: 4em;
}