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

improve-ci
Sean 2022-02-03 05:25:59 +00:00
rodzic 58850f1d8e
commit e6ca4ba299
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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