From 94f362425d460324eb0cdb6a40c0510253e47190 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 7 Dec 2018 17:35:00 +0800 Subject: [PATCH 1/1] FIX: margin bottom for dialog --- Roo/bootstrap/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index ab945dd052..c350584a4a 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -472,7 +472,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { { this.dialogEl.setWidth(w); - var diff = this.headerEl.getHeight() + this.footerEl.getHeight() + 30; // dialog margin-bottom: 30 + var diff = this.headerEl.getHeight() + this.footerEl.getHeight() + 60; // dialog margin-bottom: 30 this.bodyEl.setHeight(h - diff); -- 2.39.2