Skip to content

Commit

Permalink
Merge pull request #4109 from valadas/issue4107
Browse files Browse the repository at this point in the history
Fixed an issue where the React common components would interfere with container css class
  • Loading branch information
mitchelsellers authored Sep 21, 2020
2 parents fb65618 + 5f59533 commit 0db1cd2
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.container {
width: 100%;
height: 100%;
box-sizing: border-box;
position: relative;
background: white;

padding: 0px;
}

.area {
margin: 0 auto;
width: 175px;
min-height: 109px;
background: white;
.container {
width: 100%;
height: 100%;
box-sizing: border-box;
position: relative;
background: white;

padding: 0px;
}

.content {
width: 400px;
Expand Down

0 comments on commit 0db1cd2

Please sign in to comment.