From 4d1b9d7ce7adcb3a16b81cb3561d5294f50d3c3a Mon Sep 17 00:00:00 2001 From: akai Date: Thu, 19 May 2016 04:53:01 +0800 Subject: [PATCH] Remove stray "~" in modal paddingRight value (#19932) [skip validator] --- js/src/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/modal.js b/js/src/modal.js index 695ac569b8..f52af09a2a 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` } } -- 2.47.2