Fixes build results console log screen
This commit is contained in:
@@ -628,7 +628,7 @@
|
||||
</div>
|
||||
|
||||
<h4>Build Log</h4>
|
||||
<pre class="build-log">{{ build.build_log || 'No logs yet.' }}</pre>
|
||||
<div class="build-log"><pre>{{ build.build_log || 'No logs yet.' }}</pre></div>
|
||||
</section>
|
||||
}
|
||||
</div>
|
||||
|
||||
@@ -427,6 +427,7 @@
|
||||
border: 1px solid $neutral-light;
|
||||
border-radius: $radius-md;
|
||||
padding: $spacing-md;
|
||||
overflow: hidden;
|
||||
|
||||
h3,
|
||||
h4 {
|
||||
@@ -535,8 +536,15 @@
|
||||
border-radius: $radius-sm;
|
||||
padding: $spacing-sm;
|
||||
max-height: 280px;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
font-size: 0.8rem;
|
||||
width: 100%;
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
// ── Theme export status ──────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user