We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc12084 commit afad02dCopy full SHA for afad02d
src/components/sd-gym/SdGymLeaderboard.js
@@ -12,7 +12,7 @@ import TableRowCell from "../common/table/TableRowCell";
12
13
const SdGymLeaderboard = ({ data, tags, setTags }) => {
14
const metricLabels = ["Models", "Number of wins"];
15
- const tableColDimensions = "minmax(172px, 379px) minmax(172px, 379px)";
+ const tableColDimensions = "minmax(160px, 379px) minmax(140px, 379px)";
16
const lastRunLabel = tags[0]?.label;
17
18
return (
0 commit comments