1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix width on inject node property

This commit is contained in:
Kazuhito Yokoi 2019-10-04 15:33:31 +09:00
parent 2c89b2d262
commit 1c424e2e0a

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;