Skip to content

Commit 77b7c81

Browse files
authored
Merge pull request #1045 from swiftlang/alexandersandberg/fix-code-block-tabs
Fix code block tabs on mobile
2 parents e7f8dc4 + 2c9d2ca commit 77b7c81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/stylesheets/new-stylesheets/pages/_get-started.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,10 @@
554554

555555
@media only screen and (max-width: 768px) {
556556
nav {
557+
width: 100%;
558+
557559
ul {
558560
white-space: nowrap;
559-
width: calc(100% - 59px);
560561
}
561562
}
562563
}

0 commit comments

Comments
 (0)