Merge pull request #33 from KeyboardDabbler/fix-#32
Fix: Prevent progress bar shifts caused by variable-width font
This commit is contained in:
commit
79cfbf610a
1 changed files with 5 additions and 0 deletions
|
|
@ -1520,4 +1520,9 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
|
||||
#txtLoginDisclaimer {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.startTimeText,
|
||||
.endTimeText {
|
||||
width: 4em;
|
||||
}
|
||||
Loading…
Reference in a new issue