Skip to content

Commit

Permalink
Fix fourth column issue in guides dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jathayde committed Apr 9, 2024
1 parent 8feeab2 commit 92b65a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/assets/stylesrc/_main.scss
Expand Up @@ -596,7 +596,7 @@ body.guide {
display: block;
border-radius: $base-border-radius;
color: $gray-900;
height: 58em;
height: 61em;
padding: 2em 2em 1.5em 2em;
position: absolute;
top: 25px;
Expand All @@ -616,7 +616,7 @@ body.guide {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 53em;
max-height: 60em;
width: 100%;

.guides-section {
Expand Down

0 comments on commit 92b65a0

Please sign in to comment.