Find the following code in your style.css:
1 2 3
.form-allowed-tags { line-height: 1em; }
Replace the code with the following:
1 2 3 4
.form-allowed-tags { line-height: 1em; display:none; }
Find the following code in your style.css:
.form-allowed-tags { line-height: 1em; }Replace the code with the following:
.form-allowed-tags { line-height: 1em; display:none; }