Skip to content

Commit 9424553

Browse files
Copilotrajbos
andcommitted
Make power users panel 40% of screen width instead of fixed pixel widths
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent 2a46419 commit 9424553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ function App() {
365365
<span className="font-bold">{powerUserSummary.totalPowerUsers}</span>
366366
</Button>
367367
</SheetTrigger>
368-
<SheetContent className="w-[800px] sm:w-[1000px] lg:w-[1200px] overflow-y-auto">
368+
<SheetContent className="w-[40%] overflow-y-auto">
369369
<SheetHeader>
370370
<SheetTitle>Power Users Analysis</SheetTitle>
371371
</SheetHeader>

0 commit comments

Comments
 (0)