Skip to content

Commit 2cfbff8

Browse files
authored
Merge pull request #7275 from nextcloud-libraries/fix/noid/loading-icon-height
2 parents 5ff2abc + 1af982a commit 2cfbff8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/NcLoadingIcon/NcLoadingIcon.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ const colors = computed(() => {
7272
</template>
7373

7474
<style lang="scss" scoped>
75-
.loading-icon svg{
76-
animation: rotate var(--animation-duration, 0.8s) linear infinite;
75+
.loading-icon {
76+
overflow: hidden;
77+
78+
svg {
79+
animation: rotate var(--animation-duration, 0.8s) linear infinite;
80+
}
7781
}
7882
</style>

0 commit comments

Comments
 (0)