shorten unpair btn text

prevent overflow on mobile
This commit is contained in:
schlagmichdoch 2023-01-20 16:26:47 +01:00 committed by GitHub
parent e3d909fa0f
commit 864765b53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@
<h2 class="center">Unpair Devices</h2>
<div class="font-subheading center text-center">Are you sure to unpair all devices?</div>
<div class="row-reverse space-between">
<button class="button" type="submit">Unpair all devices</button>
<button class="button" type="submit">Unpair Devices</button>
<a class="button" close>Cancel</a>
</div>
</x-paper>