From 9d17ad975d90c4354c9532b4a2182f30b8a71837 Mon Sep 17 00:00:00 2001 From: Martin Krulis Date: Thu, 10 Feb 2022 00:38:58 +0100 Subject: [PATCH] Minor appearance styling details. --- .../ReferenceSolutions/EvaluationTable/EvaluationTable.js | 2 +- .../Solutions/TestResultsTable/TestResultsTable.js | 2 +- src/containers/App/recodex.css | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/ReferenceSolutions/EvaluationTable/EvaluationTable.js b/src/components/ReferenceSolutions/EvaluationTable/EvaluationTable.js index c0a0dea3d..bf692ff5b 100644 --- a/src/components/ReferenceSolutions/EvaluationTable/EvaluationTable.js +++ b/src/components/ReferenceSolutions/EvaluationTable/EvaluationTable.js @@ -10,7 +10,7 @@ import { BugIcon } from '../../icons'; import './EvaluationTable.css'; const EvaluationTable = ({ evaluations, renderButtons, selectedRowId = '' }) => ( - +
diff --git a/src/components/Solutions/TestResultsTable/TestResultsTable.js b/src/components/Solutions/TestResultsTable/TestResultsTable.js index 39f8cfc12..292629087 100644 --- a/src/components/Solutions/TestResultsTable/TestResultsTable.js +++ b/src/components/Solutions/TestResultsTable/TestResultsTable.js @@ -301,7 +301,7 @@ class TestResultsTable extends Component { showLogButton && results.reduce((out, { testName }) => out && !this.isLogOpen(testName), true); return ( - +
diff --git a/src/containers/App/recodex.css b/src/containers/App/recodex.css index 065083852..4b6dec0df 100644 --- a/src/containers/App/recodex.css +++ b/src/containers/App/recodex.css @@ -296,7 +296,11 @@ a:focus { * Bootstrap Enhancements */ code { - color: #063; + color: #072; +} + +.recodex-markdown-container code { + white-space: pre-wrap; } .wider-tooltip {