Skip to content

Commit afad02d

Browse files
author
pcarapic15
committed
Fix tables mobile dimensions
1 parent cc12084 commit afad02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sd-gym/SdGymLeaderboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TableRowCell from "../common/table/TableRowCell";
1212

1313
const SdGymLeaderboard = ({ data, tags, setTags }) => {
1414
const metricLabels = ["Models", "Number of wins"];
15-
const tableColDimensions = "minmax(172px, 379px) minmax(172px, 379px)";
15+
const tableColDimensions = "minmax(160px, 379px) minmax(140px, 379px)";
1616
const lastRunLabel = tags[0]?.label;
1717

1818
return (

0 commit comments

Comments
 (0)