Skip to content

Commit

Permalink
get rid of scrollbars in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jun 19, 2024
1 parent e021c5b commit 0fb3c78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ p.myClass#myId {

#### Result

{{EmbedLiveSample("Basic selectors", "100%", 100)}}
{{EmbedLiveSample("Basic selectors", "100%", 120)}}

## Combinators

Expand Down Expand Up @@ -126,7 +126,7 @@ h2 + p + p {

#### Result

{{EmbedLiveSample("Combinators", "100%", 300)}}
{{EmbedLiveSample("Combinators", "100%", 500)}}

### Creating complex selectors with CSS nesting

Expand Down

0 comments on commit 0fb3c78

Please sign in to comment.