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

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;