diff options
| author | akai <[email protected]> | 2016-05-19 04:53:01 +0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-18 13:53:01 -0700 |
| commit | 4d1b9d7ce7adcb3a16b81cb3561d5294f50d3c3a (patch) | |
| tree | 73587f61ca8142fc5ebe8ac9201a1cfd9a6716de /js/src | |
| parent | 4354e874840393418e13409e1c534c1b5bf55809 (diff) | |
| download | bootstrap-4d1b9d7ce7adcb3a16b81cb3561d5294f50d3c3a.tar.xz bootstrap-4d1b9d7ce7adcb3a16b81cb3561d5294f50d3c3a.zip | |
Remove stray "~" in modal paddingRight value (#19932)
[skip validator]
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js index 695ac569b..f52af09a2 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -400,7 +400,7 @@ const Modal = (($) => { } if (this._isBodyOverflowing && !isModalOverflowing) { - this._element.style.paddingRight = `${this._scrollbarWidth}px~` + this._element.style.paddingRight = `${this._scrollbarWidth}px` } } |
