Move copy icon to right side

This commit is contained in:
snipe
2026-02-20 15:00:04 +00:00
parent 82b18a3207
commit d5099d973b

View File

@@ -43,8 +43,8 @@
@if ($infoPanelObj->serial)
@can('viewKeys', $infoPanelObj)
<x-info-element>
<x-copy-to-clipboard copy_what="license_key">
<x-info-element icon_type="number">
<x-copy-to-clipboard class="pull-right" copy_what="license_key">
<code>{{ $infoPanelObj->serial }}</code>
</x-copy-to-clipboard>
</x-info-element>