Skip to content

Commit

Permalink
Set box-sizing: content-box on main-container
Browse files Browse the repository at this point in the history
Guards against the global `border-box` sizing (e.g. Bootstrap)
  • Loading branch information
glebm committed Mar 2, 2017
1 parent f341135 commit 3387cfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.thredded--main-container {
@include thredded--clearfix;
-webkit-font-smoothing: antialiased;
box-sizing: content-box;
color: $thredded-text-color;
font-family: $thredded-base-font-family;
font-size: $thredded-base-font-size;
Expand Down

0 comments on commit 3387cfc

Please sign in to comment.