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

View File

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