Skip to content

Commit

Permalink
rce-mbox margin added.
Browse files Browse the repository at this point in the history
version upgrade v0.4.19
  • Loading branch information
abdurrahmanekr committed Sep 6, 2017
1 parent 01ed2dc commit 1055787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.18",
"version": "0.4.19",
"description": "Reactjs chat components",
"author": "Avare Kodcu <[email protected]>",
"main": "dist/main.js",
Expand Down
5 changes: 3 additions & 2 deletions src/MessageBox/MessageBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
border-top-left-radius: 0px;
margin-left: 20px;
margin-right: 5px;
margin-top: 5px;
display: flex;
flex-direction: column;
Expand All @@ -23,7 +24,7 @@

.rce-mbox.rce-mbox-right {
float: right;
margin-left: 0px;
margin-left: 5px;
margin-right: 20px;
border-top-right-radius: 0px;
border-top-left-radius: 5px;
Expand Down Expand Up @@ -57,4 +58,4 @@
width: 15px;
height: 15px;
fill: white;
}
}

0 comments on commit 1055787

Please sign in to comment.