Make sure circle classes are always applied

pull/827/head
Cagatay Civici 2020-12-22 13:30:50 +03:00
parent f0bbacef9a
commit 10bbf2c681
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default {
background-color: transparent; background-color: transparent;
} }
.p-avatar-circle { .p-avatar.p-avatar-circle {
border-radius: 50%; border-radius: 50%;
} }

View File

@ -65,7 +65,7 @@ export default {
z-index: 1; z-index: 1;
} }
.p-skeleton-circle { .p-skeleton.p-skeleton-circle {
border-radius: 50%; border-radius: 50%;
} }