Merge pull request #2307 from kazuhitoyokoi/master-fixinjectnode

Fix width on inject node property
This commit is contained in:
Nick O'Leary 2019-10-04 10:49:48 +01:00 committed by GitHub
commit 81f80600f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -138,11 +138,11 @@
width: 100px;
}
.inject-time-days input {
width: auto;
vertical-align: baseline;
width: auto !important;
vertical-align: baseline !important;
}
.inject-time-times {
width: 90px;
width: 90px !important;
}
#inject-time-time {
width: 75px;