mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix table width #139
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user