myoperator-ui 0.0.175 → 0.0.176-beta.0
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
|
@@ -5957,7 +5957,7 @@ const PageHeader = React.forwardRef<HTMLDivElement, PageHeaderProps>(
|
|
|
5957
5957
|
{...props}
|
|
5958
5958
|
>
|
|
5959
5959
|
{/* Top Row: Icon/Back + Title + Description */}
|
|
5960
|
-
<div className="flex items-center flex-1 min-w-0">
|
|
5960
|
+
<div className="flex items-start sm:items-center flex-1 min-w-0">
|
|
5961
5961
|
{/* Left Section: Icon or Back Button */}
|
|
5962
5962
|
{leftElement && (
|
|
5963
5963
|
<div className="flex-shrink-0 mr-4">{leftElement}</div>
|