Fix line-height being to height for table cells
This commit is contained in:
parent
084c2abd0e
commit
82de30f636
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue