[backend/razor] Adjust queue dashboard css

This commit is contained in:
Laura Hausmann 2024-06-21 19:09:18 +02:00
parent 8d14b04821
commit 2e5e05872d
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
2 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,7 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td>ID</td> <td class="width20">ID</td>
<td>@Model.Job.Id.ToStringLower()</td> <td>@Model.Job.Id.ToStringLower()</td>
</tr> </tr>
<tr> <tr>

View file

@ -43,6 +43,10 @@
width: 0; width: 0;
} }
.width20 {
width: 20%;
}
.flex { .flex {
display: flex; display: flex;
} }