bibot 1.0.37 → 1.0.38

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4120,16 +4120,12 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4120
4120
  return React.createElement("div", {
4121
4121
  key: index,
4122
4122
  style: {
4123
- backgroundColor: '#fff',
4123
+ backgroundColor: 'transparent',
4124
4124
  border: "0.5px solid " + (chatBubbleConfig ? (_chatBubbleConfig$col = chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color) != null ? _chatBubbleConfig$col : '#dedede' : '#000'),
4125
4125
  fontSize: '16px',
4126
- margin: '5px',
4126
+ margin: '7px',
4127
4127
  textAlign: 'start',
4128
- maxHeight: '40px',
4129
- overflow: 'hidden',
4130
4128
  padding: '10px',
4131
- display: 'flex',
4132
- alignItems: 'center',
4133
4129
  borderRadius: '6px',
4134
4130
  cursor: 'pointer'
4135
4131
  },