Mobile fixes
This commit is contained in:
parent
dfa771b992
commit
91ac989d13
2 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue