Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte committed Sep 27, 2024
1 parent 7e5f0a2 commit a293c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,12 @@
}
<div class="table-row">
<div class="table-cell twocol"><button @onclick="TestAIAssistantEndpoint">Test</button></div>
<div class="table-cell twocol">
<div class="table-cell twocol" >
@if (!string.IsNullOrEmpty(_aiBackendValidationMessage))
{
<p>@_aiBackendValidationMessage</p>
@_aiBackendValidationMessage
}
</div>

</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/apps/Highbyte.DotNet6502.App.WASM/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ h4 {
display: table-cell;
padding: 3px;
border: 1px solid black;
word-wrap: break-word;
}

.table-footer {
Expand Down

0 comments on commit a293c0d

Please sign in to comment.