Skip to content

Commit

Permalink
fix(script): missing box sizing reset for Lightense
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 10, 2016
1 parent 53b49da commit 088995a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _app/assets/themes/curtana/_js/lightense.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var Lightense = (function() {
var containerProperties = {
'backgroundColor': background,
'display': 'flex',
'boxSizing': 'border-box',
'flexDirection': 'column',
'justifyContent': 'center',
'width': '100%',
Expand Down

0 comments on commit 088995a

Please sign in to comment.