From 4a46adb5c40c7b4f04ac6e9ac118c8ede7c799a0 Mon Sep 17 00:00:00 2001 From: KH Lau Date: Thu, 23 Nov 2017 15:32:37 +0800 Subject: [PATCH] Roo/bootstrap/SecurePass.js --- Roo/bootstrap/SecurePass.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/SecurePass.js b/Roo/bootstrap/SecurePass.js index 587a88fa24..2d546d96b3 100644 --- a/Roo/bootstrap/SecurePass.js +++ b/Roo/bootstrap/SecurePass.js @@ -93,9 +93,8 @@ Roo.extend(Roo.bootstrap.SecurePass, Roo.bootstrap.Input, { this.trigger.createChild({ tag: 'div', - style: { - 'margin-bottom': '20px', - cls: 'password-meter-container', + cls: 'password-meter-container', + style: { width: this.meterWidth + 'px' }, cn: { -- 2.39.2