mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] DomainInfo apps buttons style breaking with numerous items
This commit is contained in:
parent
e037cfc467
commit
f02948c343
1 changed files with 17 additions and 15 deletions
|
@ -57,9 +57,10 @@
|
|||
|
||||
<!-- DOMAIN APPS -->
|
||||
<description-row :term="$t('domain.info.apps_on_domain')">
|
||||
<div>
|
||||
<b-button-group
|
||||
v-for="app in domain.apps" :key="app.id"
|
||||
size="sm" class="mr-2"
|
||||
size="sm" class="mr-2 mb-2"
|
||||
>
|
||||
<b-button class="py-0 font-weight-bold" variant="outline-dark" :to="{ name: 'app-info', params: { id: app.id }}">
|
||||
{{ app.name }}
|
||||
|
@ -74,6 +75,7 @@
|
|||
</b-button-group>
|
||||
|
||||
{{ domain.apps.length ? '' : $t('words.none') }}
|
||||
</div>
|
||||
</description-row>
|
||||
</card>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue