fix table spacing
This commit is contained in:
parent
f9a7646169
commit
6e60ecc6af
|
@ -166,10 +166,11 @@ table {
|
||||||
th {
|
th {
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
|
padding-right: $baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding-right: 20px;
|
padding-right: $baseline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue