Forum Discussion
Hi Justin,
I am not sure what do you mean by "given the table name <div id="topic-table"></div>" but my suggestion in these cases is to use tools such as the Chrome Developer Tools and inspect on the page the element which you have styled. By doing so - most of the times, you will find that your CSS rule is included in the page, but it has been overridden by another one. In that case, you can change your own CSS rule so that it takes precedence - worst case scenario you may have to use an !important directive to see it applied (although I would use that as a last resort)
Hope this helps!
That's not even working in this case, with the important aspect of it.
I'm going to this class ia-list-row in the row, but it's not doing anything at all with my min-height and padding.
<tr class="lia-list-row lia-row-odd lia-js-data-messageUid-2852015 lia-js-data-messageRevision-1 t-first"><td colspan="1" rowspan="1" class="messageStatusIconColumn lia-data-cell-tertiary lia-data-cell-icon">
Related Content
- 9 days ago
- 2 years ago
- 3 years ago