Skip to content

Commit

Permalink
rce-avatar bug fix.
Browse files Browse the repository at this point in the history
version upgrade v0.4.18
  • Loading branch information
abdurrahmanekr committed Sep 6, 2017
1 parent ba9bcf1 commit 01ed2dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chat-elements",
"version": "0.4.17",
"version": "0.4.18",
"description": "Reactjs chat components",
"author": "Avare Kodcu <[email protected]>",
"main": "dist/main.js",
Expand Down
5 changes: 5 additions & 0 deletions src/Avatar/Avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
overflow: hidden;
}

.rce-avatar-container .rce-avatar {
width: 100%;
height: 100%;
}

.rce-avatar-container.flexible .rce-avatar {
height: auto !important;
width: 100% !important;
Expand Down

0 comments on commit 01ed2dc

Please sign in to comment.