bibot 1.0.64 → 1.0.66

Sign up to get free protection for your applications and to get access to all the features.
@@ -4340,9 +4340,9 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4340
4340
  }), messages.map(function (message, index) {
4341
4341
  return message.sender === 'user' ? createElement("div", {
4342
4342
  key: index,
4343
- className: "message " + message.sender,
4343
+ className: '',
4344
4344
  style: {
4345
- marginBottom: 10,
4345
+ marginTop: 10,
4346
4346
  padding: '5px 10px',
4347
4347
  borderTopRightRadius: 15,
4348
4348
  borderTopLeftRadius: 15,