aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/AppList/AppLevelBadge.vue8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/settings/src/components/AppList/AppLevelBadge.vue b/apps/settings/src/components/AppList/AppLevelBadge.vue
index fedc565f3e0..f5bda5856ef 100644
--- a/apps/settings/src/components/AppList/AppLevelBadge.vue
+++ b/apps/settings/src/components/AppList/AppLevelBadge.vue
@@ -24,7 +24,7 @@
class="app-level-badge"
:class="{ 'app-level-badge--supported': isSupported }"
:title="badgeTitle">
- <NcIconSvgWrapper :path="badgeIcon" :size="20" />
+ <NcIconSvgWrapper :path="badgeIcon" :size="20" inline />
{{ badgeText }}
</span>
</template>
@@ -69,11 +69,5 @@ const badgeTitle = computed(() => isSupported.value
border-color: var(--color-success);
color: var(--color-success);
}
-
- // Fix the svg wrapper TODO: Remove with @nextcloud/vue 8.8.0 release
- :deep(.icon-vue) {
- min-width: unset;
- min-height: unset;
- }
}
</style>