myoperator-mcp 0.2.153 → 0.2.155
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
|
@@ -3667,7 +3667,7 @@ const PageHeader = React.forwardRef(
|
|
|
3667
3667
|
{/* Content Section: Title + Description */}
|
|
3668
3668
|
<div className="flex-1 min-w-0">
|
|
3669
3669
|
<div className="flex h-auto items-center gap-2 sm:min-h-10">
|
|
3670
|
-
<h1 className="m-0 text-lg font-semibold leading-
|
|
3670
|
+
<h1 className="m-0 text-lg font-semibold leading-normal text-semantic-text-primary truncate">
|
|
3671
3671
|
{title}
|
|
3672
3672
|
</h1>
|
|
3673
3673
|
{badge && (
|
package/package.json
CHANGED