@natoe/colab 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5559,7 +5559,7 @@ var styles14 = {
5559
5559
  },
5560
5560
  messageRow: {
5561
5561
  display: "flex",
5562
- alignItems: "center",
5562
+ alignItems: "flex-start",
5563
5563
  gap: SPACE.S2,
5564
5564
  fontSize: FONT_SIZE.xs,
5565
5565
  lineHeight: LINE_HEIGHT.normal,
@@ -5569,7 +5569,8 @@ var styles14 = {
5569
5569
  flexShrink: 0,
5570
5570
  width: "6px",
5571
5571
  height: "6px",
5572
- borderRadius: RADIUS.full
5572
+ borderRadius: RADIUS.full,
5573
+ marginTop: "7px"
5573
5574
  },
5574
5575
  senderName: {
5575
5576
  flexShrink: 0,
@@ -5578,9 +5579,11 @@ var styles14 = {
5578
5579
  },
5579
5580
  messageText: {
5580
5581
  color: COLOR.neutral600,
5582
+ display: "-webkit-box",
5583
+ WebkitLineClamp: 2,
5584
+ WebkitBoxOrient: "vertical",
5581
5585
  overflow: "hidden",
5582
- textOverflow: "ellipsis",
5583
- whiteSpace: "nowrap",
5586
+ wordBreak: "break-word",
5584
5587
  minWidth: 0,
5585
5588
  flex: 1
5586
5589
  },