myoperator-mcp 0.2.340 → 0.2.341
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7530,7 +7530,7 @@ function ReplyQuoteInner({
|
|
|
7530
7530
|
<p className="tw-m-0 tw-min-w-0 tw-shrink-0 tw-truncate tw-text-[14px] tw-font-semibold tw-leading-5 tw-tracking-[0.014px] tw-text-[var(--semantic-text-primary,#181D27)]">
|
|
7531
7531
|
{sender}
|
|
7532
7532
|
</p>
|
|
7533
|
-
<p className="tw-m-0 tw-min-
|
|
7533
|
+
<p className="tw-m-0 tw-min-w-0 tw-line-clamp-1 tw-text-[14px] tw-leading-5 tw-text-[var(--semantic-text-muted,#717680)]">
|
|
7534
7534
|
{message}
|
|
7535
7535
|
</p>
|
|
7536
7536
|
</div>
|
package/package.json
CHANGED