Add css to center only the icons created by the hack in icon_picker_dropdown.js

This commit is contained in:
Sean
2022-02-03 05:25:59 +00:00
parent 58850f1d8e
commit e6ca4ba299

View File

@ -344,4 +344,8 @@
height: 22px;
text-align: center;
}
.fa-hack {
margin: 0 auto;
}
}