@webless/agent 0.10.3 → 0.10.4

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/react.css CHANGED
@@ -1589,6 +1589,23 @@ html.webless-agent-page-shift {
1589
1589
  color: var(--as-brand);
1590
1590
  font-size: 11px;
1591
1591
  }
1592
+ .message-bubble__text .message-bubble__markdown :where(h1, h2, h3, h4, h5, h6) {
1593
+ margin: 16px 0 8px;
1594
+ padding: 0;
1595
+ color: inherit;
1596
+ font-family: inherit;
1597
+ font-size: 1em;
1598
+ font-style: normal;
1599
+ font-weight: 650;
1600
+ line-height: 1.4;
1601
+ letter-spacing: normal;
1602
+ text-align: start;
1603
+ text-transform: none;
1604
+ overflow-wrap: anywhere;
1605
+ }
1606
+ .message-bubble__text .message-bubble__markdown :where(h1, h2) {
1607
+ font-size: 1.125em;
1608
+ }
1592
1609
  .message-bubble__markdown > :first-child {
1593
1610
  margin-top: 0;
1594
1611
  }