CSS: Increase padding in common-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 09:30:11 +01:00
parent ed5a984980
commit a943240b57
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ a:hover > .icon-cancel {
width: 100%;
td, th {
padding-top: 0.667em;
padding-bottom: 0.667em;
padding-bottom: 1em;
padding-top: 1em;
}
th {