Increase space between non-grouped message bubbles
This commit is contained in:
parent
a9bf0cc0c9
commit
34e4b77f51
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 6px;
|
||||||
margin-top: 4px;
|
margin-top: 6px;
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue