Update text wrap in paste model

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2023-11-10 20:52:53 +08:00
parent e53deac322
commit aa8dda5ef0
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F

View file

@ -222,36 +222,36 @@
<caption>Paste information</caption>
<tbody>
<tr>
<td class="text-center col-3">Paste ID</td>
<td class="text-center col-3 text-nowrap">Paste ID</td>
<td class="text-center col-6" id="paste_info_uuid">-</td>
</tr>
<tr>
<td class="text-center col-3">Title</td>
<td class="text-center col-3 text-nowrap">Title</td>
<td class="text-center col-6" id="paste_info_title">-</td>
</tr>
<tr>
<td class="text-center col-3">Type</td>
<td class="text-center col-3 text-nowrap">Type</td>
<td class="text-center col-6" id="paste_info_type">-</td>
</tr>
<tr>
<td class="text-center col-3">Size</td>
<td class="text-center col-3 text-nowrap">Size</td>
<td class="text-center col-6" id="paste_info_human_readable_size">-</td>
</tr>
<tr>
<td class="text-center col-3">Password</td>
<td class="text-center col-3 text-nowrap">Password</td>
<td class="text-center col-6" id="paste_info_password">-</td>
</tr>
<tr>
<td class="text-center col-3">Read limit</td>
<td class="text-center col-3 text-nowrap">Read limit</td>
<td class="text-center col-6" id="paste_info_read_count_remain">-</td>
</tr>
<tr>
<td class="text-center col-3">Created</td>
<td class="text-center col-6" id="paste_info_created">-</td>
<td class="text-center col-3 text-nowrap">Created</td>
<td class="text-center col-6 text-nowrap" id="paste_info_created">-</td>
</tr>
<tr>
<td class="text-center col-3">Expired</td>
<td class="text-center col-6" id="paste_info_expired">-</td>
<td class="text-center col-3 text-nowrap">Expired</td>
<td class="text-center col-6 text-nowrap" id="paste_info_expired">-</td>
</tr>
</tbody>
</table>