Fix blank font awesome icons

This commit is contained in:
JonnyWong16 2018-06-10 18:23:22 -07:00
commit af1355e220
3 changed files with 5 additions and 2 deletions

View file

@ -4151,4 +4151,7 @@ a[data-tab-destination] {
position: inherit;
display: block;
border: 0;
}
.fa-blank {
visibility: hidden;
}