mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
Fixed indent/newline issue for result code blocks
This commit is contained in:
parent
d37b75a2f8
commit
41898e0fb6
@ -124,11 +124,15 @@
|
||||
</form>
|
||||
</div>
|
||||
<div name="result_box" class="content-box__info-box" style="display: none;">
|
||||
<div name="result"></div>
|
||||
<!-- TODO: This should hide the result
|
||||
<img src="./media/images/close-icon.png" alt="Close icon" class="content-box__close-icon">
|
||||
-->
|
||||
</div>
|
||||
<pre>
|
||||
<code>
|
||||
<div name="result"></div>
|
||||
<!-- TODO: This should hide the result
|
||||
<img src="./media/images/close-icon.png" alt="Close icon" class="content-box__close-icon">
|
||||
-->
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -56,7 +56,6 @@
|
||||
overflow-x: auto;
|
||||
background: none;
|
||||
color: #695d69;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
@ -65,4 +64,4 @@
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@ -261,6 +261,10 @@ a img {
|
||||
width: 97.1%;
|
||||
height: 100%;
|
||||
}
|
||||
.content-box pre {
|
||||
margin: -45px 0px 0px 0px; /* remove somewhat invisible margin */
|
||||
padding: 0;
|
||||
}
|
||||
.content-box:after {
|
||||
content: '';
|
||||
display: table;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user