This CSS rule needs to be removed to support modifications to nui.noresults.suggestions5.
|
/* Remove the last LI in the UL saying there are no results for your search */ |
|
prm-no-search-result md-card md-card-content ul>li:nth-child(5) { |
|
display:none; |
|
} |
This CSS rule needs to be removed to support modifications to
nui.noresults.suggestions5.primove-default-view/view/css/custom1.css
Lines 202 to 205 in da84211