Try to avoid using !important
-
Hi. Please, try to avoid using in CSS !important because this restrict us to customize design for our theme. Examples:
#mdocs-list-table .mdocs-desc { width: 15%!important; } #mdocs-list-table .mdocs-version { width: 9%!important; }
Why u need here !important?
Other bug. Dropdown Go publication link icon broken, because free version has solid style only, but u trying to use regular that comes with Pro version fontawesome. U need to change
<i class="far fa-arrow-circle-right" aria-hidden="true"></i>
to
<i class="fas fa-arrow-circle-right" aria-hidden="true"></i>
Source – https://fontawesome.com/icons/arrow-circle-right?style=solidOr u can replace this icon with other regular style icon – https://fontawesome.com/icons/arrow-alt-circle-right?style=regular
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Try to avoid using !important’ is closed to new replies.