button tweaks

This commit is contained in:
Austin de Coup-Crank 2023-04-05 11:04:53 -05:00
parent 0854024887
commit b823bb2635

View File

@ -14,7 +14,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row">PSK</th> <th scope="row">PSK</th>
<td class="font-monospace secret">{{ object.auth_psk|placeholder }}</td><button type="button" class="btn btn-primary secret-toggle" data-bs-toggle="button">Show</button> <td class="font-monospace"><span class="secret">{{ object.auth_psk|placeholder }}</span><button type="button" class="btn-sm btn-primary secret-toggle float-end" data-bs-toggle="button">Show</button></td>
</tr> </tr>
</table> </table>
</div> </div>