Skip to content

Commit 1055787

Browse files
rce-mbox margin added.
version upgrade v0.4.19
1 parent 01ed2dc commit 1055787

2 files changed

Lines changed: 4 additions & 3 deletions

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.18",
3+
"version": "0.4.19",
44
"description": "Reactjs chat components",
55
"author": "Avare Kodcu <abdurrahmaneker58@gmail.com>",
66
"main": "dist/main.js",

src/MessageBox/MessageBox.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
1212
border-top-left-radius: 0px;
1313
margin-left: 20px;
14+
margin-right: 5px;
1415
margin-top: 5px;
1516
display: flex;
1617
flex-direction: column;
@@ -23,7 +24,7 @@
2324

2425
.rce-mbox.rce-mbox-right {
2526
float: right;
26-
margin-left: 0px;
27+
margin-left: 5px;
2728
margin-right: 20px;
2829
border-top-right-radius: 0px;
2930
border-top-left-radius: 5px;
@@ -57,4 +58,4 @@
5758
width: 15px;
5859
height: 15px;
5960
fill: white;
60-
}
61+
}

0 commit comments

Comments
 (0)