Skip to content

Commit

Permalink
Merge pull request #19 from clappr/feature/avoid-css-conflict
Browse files Browse the repository at this point in the history
Refactor - keep the precedence smooth
  • Loading branch information
jhonatangcavalcanti committed Aug 10, 2020
2 parents f36df4a + 23ca81d commit 02f5185
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/core/public/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@
}

* {
max-width: none;
box-sizing: inherit;
}

> * {
float: none;
max-width: none;
}

div {
> div {
display: block;
}

Expand Down

0 comments on commit 02f5185

Please sign in to comment.