Skip to content

Commit d22a008

Browse files
authored
Merge pull request #21 from takenet/bugfix/avatar-component-size
fix(component): fix component size
2 parents b8da9a8 + ff3eb85 commit d22a008

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/avatar/Avatar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.avatar {
22
img {
33
border-radius: 50%;
4+
height: 100%;
5+
width: 100%;
46
}
57

68
letter-avatar {

0 commit comments

Comments
 (0)