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

Merge pull request #3184 from node-red/inject-spinner-css

Widen Inject interval box for >1 digit
This commit is contained in:
Nick O'Leary 2021-10-13 14:41:52 +01:00 committed by GitHub
commit e9ed13459a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,8 @@
margin-bottom: 8px;
}
.inject-time-count {
width: 40px !important;
padding-left: 3px !important;
width: 80px !important;
}
</style>