Loading template/resources/sass/_examples.scss +4 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,10 @@ pre.inline-example { @include border-radius(5px); // Create exactly the same amount of padding as normal code <pre> has padding: 5px 15px !important; background: #f7f7f7; } } background: #f7f7f7; } // same line height as for non-live code examples .CodeMirror pre { line-height: 1.3em; } } .inline-example-cmp { margin-bottom: 10px; Loading Loading
template/resources/sass/_examples.scss +4 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,10 @@ pre.inline-example { @include border-radius(5px); // Create exactly the same amount of padding as normal code <pre> has padding: 5px 15px !important; background: #f7f7f7; } } background: #f7f7f7; } // same line height as for non-live code examples .CodeMirror pre { line-height: 1.3em; } } .inline-example-cmp { margin-bottom: 10px; Loading