[backend/razor] Adjust queue dashboard css
This commit is contained in:
parent
8d14b04821
commit
2e5e05872d
2 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ID</td>
|
||||
<td class="width20">ID</td>
|
||||
<td>@Model.Job.Id.ToStringLower()</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -43,6 +43,10 @@
|
|||
width: 0;
|
||||
}
|
||||
|
||||
.width20 {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue