Skip to content

Commit

Permalink
small styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 23, 2024
1 parent bde1516 commit a5b4a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ProjectForm/RunnerSelecter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function RunnerSelecter({ handleSubmit, runner, containsDocker, c
<MenuItem value={t("clearSelected")}>{t("clearSelected")}</MenuItem>
</Select>
</FormControl>
<Tooltip title={<Typography variant="h6">{t("tooltipRunner")}: <Link to="/user-guide/docs/category/evaluators">{t("userDocs")}</Link></Typography>}>
<Tooltip title={<Typography variant="h6">{t("tooltipRunner")} <Link to="/user-guide/docs/category/evaluators">{t("userDocs")}</Link></Typography>}>
<IconButton>
<InfoOutlined/>
</IconButton>
Expand Down

0 comments on commit a5b4a8c

Please sign in to comment.