Skip to content

Commit

Permalink
Remove stray "~" in modal paddingRight value (#19932)
Browse files Browse the repository at this point in the history
[skip validator]
  • Loading branch information
akai authored and cvrebert committed May 18, 2016
1 parent 4354e87 commit 4d1b9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ const Modal = (($) => {
}

if (this._isBodyOverflowing && !isModalOverflowing) {
this._element.style.paddingRight = `${this._scrollbarWidth}px~`
this._element.style.paddingRight = `${this._scrollbarWidth}px`
}
}

Expand Down

0 comments on commit 4d1b9d7

Please sign in to comment.