Widen Inject interval box for >1 digit

This commit is contained in:
Nick O'Leary 2021-10-12 17:11:22 +01:00
parent be7e28af5d
commit bfd4fc81fe
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@
margin-bottom: 8px;
}
.inject-time-count {
width: 40px !important;
padding-left: 3px !important;
width: 80px !important;
}
</style>