Less padding for common-table th
This commit is contained in:
parent
14b3683815
commit
5ff53df094
|
@ -138,12 +138,16 @@ a:hover > .icon-cancel {
|
|||
width: 100%;
|
||||
|
||||
td, th {
|
||||
padding-bottom: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
|
Loading…
Reference in New Issue