mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
AppInfo: fix uninstall button margin
This commit is contained in:
parent
9f8fa7d70a
commit
0326363bb9
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
@click="uninstall"
|
||||
id="uninstall"
|
||||
variant="danger"
|
||||
:class="{ 'ml-auto': !app.url }"
|
||||
>
|
||||
<icon iname="trash-o" />
|
||||
{{ $t('uninstall') }}
|
||||
|
|
Loading…
Reference in a new issue