Skip to content

Commit

Permalink
fix: foundation style break
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 23, 2024
1 parent 71a9545 commit a1b6971
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,8 @@ table {
border: 1px solid $grey-color-light;
}
}

* {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}

0 comments on commit a1b6971

Please sign in to comment.