Skip to content

Commit 61d78da

Browse files
Merge pull request rails#51532 from jathayde/fix_guides_dropdown_overflow
Fix fourth column issue in guides dropdown
2 parents 773d174 + 92b65a0 commit 61d78da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/assets/stylesrc/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ body.guide {
596596
display: block;
597597
border-radius: $base-border-radius;
598598
color: $gray-900;
599-
height: 58em;
599+
height: 61em;
600600
padding: 2em 2em 1.5em 2em;
601601
position: absolute;
602602
top: 25px;
@@ -616,7 +616,7 @@ body.guide {
616616
display: flex;
617617
flex-direction: column;
618618
flex-wrap: wrap;
619-
max-height: 53em;
619+
max-height: 60em;
620620
width: 100%;
621621

622622
.guides-section {

0 commit comments

Comments
 (0)