diff --git a/src/components/Table/Table.svelte b/src/components/Table/Table.svelte index 67273831..bb4fdab2 100644 --- a/src/components/Table/Table.svelte +++ b/src/components/Table/Table.svelte @@ -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; } diff --git a/src/components/Table/stories/docs/filter.md b/src/components/Table/stories/docs/filter.md index 8792110b..b9a65882 100644 --- a/src/components/Table/stories/docs/filter.md +++ b/src/components/Table/stories/docs/filter.md @@ -3,7 +3,6 @@ Allow users to filter the table by providing one of the attributes as the `filte ```svelte