Fix table width #139

This commit is contained in:
Timothy Armes
2023-08-28 11:27:40 +02:00
committed by Owen Rees
parent 6441a89d8c
commit 4497b776c9
+1 -1
View File
@@ -89,7 +89,7 @@ export default function TournamentTable() {
<div className="overflow-x-scroll"> <div className="overflow-x-scroll">
<table <table
className="relative w-full table-fixed text-center text-xs" className="relative min-w-full table-fixed text-center text-xs lg:w-full"
data-test="tournament-table" data-test="tournament-table"
> >
<thead> <thead>