[c] fix weird text wrapping with debug mode
All checks were successful
Build and push docker image / publish (push) Successful in 57s
All checks were successful
Build and push docker image / publish (push) Successful in 57s
This commit is contained in:
parent
87115e9d55
commit
3ffb88f513
2 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
|||
{#if showDebugInfo}
|
||||
<div class="debug-ct">
|
||||
<div class="debug-info">
|
||||
<p>Commit Hash: </p><pre>{commitHash}</pre>
|
||||
Commit: <pre>{commitHash}</pre>
|
||||
</div>
|
||||
<div class="debug-info">
|
||||
<p>Git Tag: </p><pre>{gitTag}</pre>
|
||||
|
|
|
@ -198,6 +198,7 @@
|
|||
|
||||
p, pre {
|
||||
margin: 0;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue