Mobile fixes

This commit is contained in:
palewire 2023-04-03 10:52:10 -04:00
parent dfa771b992
commit 91ac989d13
No known key found for this signature in database
GPG key ID: A5AD4A9AD42D69AB
2 changed files with 1 additions and 4 deletions

View file

@ -350,9 +350,6 @@
@import '../../scss/colours/thematic/tr';
@import '../../scss/fonts/variables';
.table-wrapper {
margin: 2rem 0;
}
section.table {
overflow-x: auto;
table {
@ -410,6 +407,7 @@
font-size: 1rem;
font-weight: 300;
padding: 0.5rem 0.25rem 0.5rem 0;
vertical-align: top;
&.no-results {
color: $tr-muted-grey;
}

View file

@ -3,7 +3,6 @@ Allow users to filter the table by providing one of the attributes as the `filte
```svelte
<Table
data="{yourData}"
,
filterField="{'Region'}"
paginated="{true}"
title="{'Press Freedom Index'}"