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

Fix icon position in dropdown menu

This commit is contained in:
Nick O'Leary 2021-09-26 20:38:55 +01:00
parent a0d15e6e7b
commit 228c15ace3
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -87,6 +87,7 @@
max-width: 14px;
}
.fa {
float: left;
width: 20px;
margin-left: -25px;
margin-top: 3px;