aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src/lib')
-rw-r--r--web/pw-server/src/lib/components/matches/MatchList.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/pw-server/src/lib/components/matches/MatchList.svelte b/web/pw-server/src/lib/components/matches/MatchList.svelte
index aea59c2..01a0b82 100644
--- a/web/pw-server/src/lib/components/matches/MatchList.svelte
+++ b/web/pw-server/src/lib/components/matches/MatchList.svelte
@@ -43,10 +43,12 @@
</table>
<style lang="scss">
+ .matches-table {
+ width: 100%;
+ }
.matches-table td,
.matches-table th {
padding: 8px 16px;
- // width: 100%;
}
.header-timestamp {