mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): keep mobile session header compact (#1082)
This commit is contained in:
@@ -196,7 +196,7 @@ export function SessionHeader(props: {
|
||||
</span>
|
||||
) : null}
|
||||
{reasoningLabel ? (
|
||||
<span data-testid="session-header-reasoning">
|
||||
<span data-testid="session-header-reasoning" className="hidden sm:inline">
|
||||
{reasoningLabel}
|
||||
</span>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user