Skip to content

Commit bcf0283

Browse files
authored
Merge pull request rails#53846 from excid3/rails-8-getting-started-guide
Getting Started guide for Rails 8
2 parents f650cca + e525a86 commit bcf0283

16 files changed

+2527
-1559
lines changed
Binary file not shown.
140 KB
Loading
148 KB
Loading
Binary file not shown.
106 KB
Loading
111 KB
Loading
-24.8 KB
Loading
115 KB
Loading
120 KB
Loading

guides/assets/stylesrc/components/_code-container.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ dl dd .interstitial {
4545
direction: ltr !important;
4646
text-align: left !important;
4747

48-
pre {margin: 0;}
48+
pre {
49+
margin: 0;
50+
overflow: visible; // allows for the blue highlight to be seen
51+
}
4952

5053
button.clipboard-button {
5154
color: $gray-100;

0 commit comments

Comments
 (0)