Table padding fix
This commit is contained in:
parent
4662f5dc3b
commit
ffa9fc5cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@
|
||||||
td {
|
td {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
padding: 0.5rem 0.25rem 0.5rem 0;
|
padding: 0.5rem 0.75rem 0.5rem 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-bottom: 1px solid var(--theme-colour-brand-rules, $tr-muted-grey);
|
border-bottom: 1px solid var(--theme-colour-brand-rules, $tr-muted-grey);
|
||||||
&.no-results {
|
&.no-results {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue