mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Merge pull request #33 from KeyboardDabbler/fix-#32
Fix: Prevent progress bar shifts caused by variable-width font
This commit is contained in:
@@ -1520,4 +1520,9 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
|
|
||||||
#txtLoginDisclaimer {
|
#txtLoginDisclaimer {
|
||||||
resize: none;
|
resize: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.startTimeText,
|
||||||
|
.endTimeText {
|
||||||
|
width: 4em;
|
||||||
}
|
}
|
Reference in New Issue
Block a user