Skip to content

Commit

Permalink
fix: Fix resizing of right panel
Browse files Browse the repository at this point in the history
  • Loading branch information
debjitbis08 committed Nov 18, 2024
1 parent e5f58b7 commit a2188c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import '../components/styles.css';

<!-- Middle Panel that can grow, but with a min and max width to remain stable -->
<div
class="pl-10 pr-8 md:pr-0 md:pl-0 border-y border-y-main-border bg-secondary-background flex-grow"
class="pl-10 pr-8 md:pr-0 md:pl-0 border-y border-y-main-border bg-secondary-background flex-grow min-w-0"
>
<div class="hidden md:flex">
<div class="grow">
Expand Down

0 comments on commit a2188c1

Please sign in to comment.