Fixed #1114 - Circle shape is broken for Avatar

pull/1143/head
Tuğçe Küçükoğlu 2021-03-25 12:13:29 +03:00
parent a7dd25f776
commit 146cc6b70d
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ export default {
border-radius: 50%;
}
.p-avatar-circle img {
border-radius: 50%;
}
.p-avatar .p-avatar-icon {
font-size: 1rem;
}