Skip to content

Commit

Permalink
box-sizing: content-box - at wrapper level to override external style
Browse files Browse the repository at this point in the history
  • Loading branch information
idoco committed Feb 23, 2017
1 parent 50c43da commit e1b8f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widget/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const wrapperStyle = {
borderRadius: '5px',
border: '1px solid rgba(82,179,217,0.9)',
width: '300px',
background: 'rgb(229, 229, 229)'
background: 'rgb(229, 229, 229)',
boxSizing: 'content-box'
};

export const mobileOpenWrapperStyle = {
Expand Down

0 comments on commit e1b8f65

Please sign in to comment.