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 4181e59 commit 07c2347Copy full SHA for 07c2347
templates/challenge.html
@@ -26,7 +26,6 @@
26
.codemirror-container {
27
padding: 10px;
28
display: flex;
29
- justify-content: flex-end;
30
flex-direction: column;
31
flex: 4;
32
}
@@ -65,7 +64,13 @@
65
64
<div class="container">
66
<div class="navigation-container">{% include 'challenge_list.html' %}</div>
67
<div class="codemirror-container">
68
- <div style="display:flex;justify-content:space-between;align-items:center">
+ <div
+ style="
69
+ display: flex;
70
+ justify-content: space-between;
71
+ align-items: center;
72
+ "
73
+ >
74
<h2>Challenge - {{name}}</h2>
75
<p>Python version: {{ python_info }}</p>
76
</div>
0 commit comments