Skip to content

Commit

Permalink
Changed back the width as it was looking weird with the other elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanzdev committed Dec 11, 2024
1 parent 1d4673b commit cae3790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
padding: var(--space-md);
overflow-y: auto;
max-height: 60vh; /* Use a percentage of the viewport height for dynamic adjustment */
width: 87%;
width: 80%;
gap: var(--space-s);
border-radius: var(--border-radius-m);
}
Expand Down

0 comments on commit cae3790

Please sign in to comment.