Skip to content

Commit 13521b7

Browse files
committed
Fixing the issue of breaking buttons in test results table.
1 parent 29f21d6 commit 13521b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Solutions/TestResultsTable/TestResultsTableRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const TestResultsTableRow = ({
195195

196196
{(showJudgeLogStdout || showJudgeLogStderr) && (
197197
<td className="text-end">
198-
<TheButtonGroup>
198+
<TheButtonGroup className="text-nowrap">
199199
{toggleLogOpen && ((judgeLogStdout && showJudgeLogStdout) || (judgeLogStderr && showJudgeLogStderr)) && (
200200
<OverlayTrigger
201201
placement="top"

0 commit comments

Comments
 (0)