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; width: 100px;
} }
.inject-time-days input { .inject-time-days input {
width: auto; width: auto !important;
vertical-align: baseline; vertical-align: baseline !important;
} }
.inject-time-times { .inject-time-times {
width: 90px; width: 90px !important;
} }
#inject-time-time { #inject-time-time {
width: 75px; width: 75px;