fix col width

This commit is contained in:
rmanach 2025-01-08 13:14:02 +01:00
parent 351fc09287
commit 41fe785c98
2 changed files with 8 additions and 2 deletions

View File

@ -34,6 +34,12 @@
word-wrap: break-word;
width: 200px;
}
.col-item-large {
margin: 10px;
word-wrap: break-word;
width: 300px;
}
</style>
</head>

View File

@ -36,10 +36,10 @@
{{range .Results}}
<tr>
<td>
<div class="col-item">{{.Name}}</div>
<div class="col-item-large">{{.Name}}</div>
</td>
<td>
<div class="col-item">{{.Description | noDesc}}</div>
<div class="col-item-large">{{.Description | noDesc}}</div>
</td>
<td style="text-align: center;">
<div class="col-item">{{.Editor}}</div>