diff options
Diffstat (limited to 'web/pw-server/src/lib')
-rw-r--r-- | web/pw-server/src/lib/components/matches/MatchList.svelte | 4 |
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 { |