Skip to content

Commit ddb3118

Browse files
authored
Merge branch 'master' into test
2 parents 8cb52c0 + 6500ae6 commit ddb3118

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

databags/issues.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

webpack/sass/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,3 +709,12 @@ pre {
709709
position: sticky;
710710
top: 0;
711711
}
712+
713+
714+
// Right align the final menu dropdown. Once this is part of vocabulary it will be removed from this file.
715+
.navbar-item.has-dropdown:last-child {
716+
.navbar-dropdown {
717+
right: 0;
718+
left: auto;
719+
}
720+
}

0 commit comments

Comments
 (0)