Some DN rendering fixes, so that our Server Info renders correctly (aligned values)

This commit is contained in:
2025-03-14 16:55:24 +11:00
parent d326d3c308
commit de2d139288
5 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<table class="table table-borderless">
<tr>
<td style="border-radius: 5px;"><div class="page-title-icon f32"><i class="fas fa-fingerprint"></i></div></td>
<td class="top text-end align-text-top p-0 pt-2"><strong>{{ Server::schemaDN() }}</strong></td>
<td class="top text-end align-text-top p-2"><strong>{{ Server::schemaDN() }}</strong></td>
</tr>
</table>
@endsection