Add css to center only the icons created by the hack in icon_picker_dropdown.js
This commit is contained in:
parent
58850f1d8e
commit
e6ca4ba299
|
@ -344,4 +344,8 @@
|
||||||
height: 22px;
|
height: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-hack {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue