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

Fix padding of subflow locale select

Closes #2276
This commit is contained in:
Nick O'Leary 2019-09-10 09:44:08 +01:00
parent bc65480f27
commit a25e98d0cb
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -908,8 +908,9 @@ span.red-ui-editor-subflow-env-lang-icon {
top: -20px;
float: right;
select {
padding: 2px;
width: 160px;
height: 20px;
height: auto;
min-width: 20px;
line-height: 18px;
font-size: 10px;