Setting table row height
try setting the attribute for td
so:
.topic td{ height: 14px };
try this:
.topics tr { line-height: 14px; }
try setting the attribute for td
so:
.topic td{ height: 14px };
try this:
.topics tr { line-height: 14px; }