Skip to content

Commit

Permalink
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
Browse files Browse the repository at this point in the history
…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Add `className="w-full"` to `ScrollArea` in `ScrollableActionList.tsx` to fix layout issue when no actions are present.
>
>   - **UI Fix**:
>     - Add `className="w-full"` to `ScrollArea` in `ScrollableActionList.tsx` to ensure full width rendering when no actions are present.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for b9e8fec59429c43b4daa94db4bfb22d8856c8745. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
wintonzheng committed Oct 10, 2024
1 parent 267adea commit 89fdfe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function ScrollableActionList({
<ArrowDownIcon />
</Button>
</div>
<ScrollArea>
<ScrollArea className="w-full">
<ScrollAreaViewport className="h-full w-full rounded-[inherit]">
<div className="w-full space-y-4 px-4 pb-4">
{showStreamOption && (
Expand Down

0 comments on commit 89fdfe6

Please sign in to comment.