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;
}
.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;