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

Fix select box alignment

This commit is contained in:
Mauricio Bonani 2022-06-21 11:43:02 -04:00
parent 1f5588b803
commit 2ea10206fa

View File

@ -118,7 +118,7 @@
.inject-time-row {
padding-left: 110px;
}
.inject-time-row select {
.inject-time-row:not(#inject-time-row-interval) select {
margin: 3px 0;
}
.inject-time-days label {