Skip to content

Commit 01ed2dc

Browse files
rce-avatar bug fix.
version upgrade v0.4.18
1 parent ba9bcf1 commit 01ed2dc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chat-elements",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Reactjs chat components",
55
"author": "Avare Kodcu <abdurrahmaneker58@gmail.com>",
66
"main": "dist/main.js",

src/Avatar/Avatar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
overflow: hidden;
77
}
88

9+
.rce-avatar-container .rce-avatar {
10+
width: 100%;
11+
height: 100%;
12+
}
13+
914
.rce-avatar-container.flexible .rce-avatar {
1015
height: auto !important;
1116
width: 100% !important;

0 commit comments

Comments
 (0)