[c] fix weird text wrapping with debug mode

This commit is contained in:
Sangelo 2024-06-05 09:10:15 +02:00
parent 87115e9d55
commit 3ffb88f513
2 changed files with 2 additions and 1 deletions
src
lib/components
styles

View file

@ -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>

View file

@ -198,6 +198,7 @@
p, pre {
margin: 0;
text-wrap: nowrap;
}
}
}