Fix line-height being to height for table cells

This commit is contained in:
ohartl 2016-02-20 20:45:51 +01:00
parent 084c2abd0e
commit 82de30f636

View file

@ -269,8 +269,8 @@ body {
}
#content .table tbody td {
line-height: 33px;
padding: 0 10px;
line-height: 21px;
padding: 9px 10px;
border: 1px solid rgba(179, 176, 176, 1);
}