MINOR:SSF-53 - fixed height of table header when it has no sortable columns

This commit is contained in:
jbridson 2012-03-08 16:37:45 +13:00
parent 649d84a396
commit 91d7f1c21c
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ $gf_grid_x: 16px;
}
span.non-sortable {
padding:.4em 1em;
padding:1em 1em;
display:block;
}
}