From e7d4648516ac0fa73dc61650c3d410290fa7d643 Mon Sep 17 00:00:00 2001 From: Freddy Montes Date: Mon, 20 Aug 2018 13:18:42 -0600 Subject: [PATCH] dotCMS/core#15116 make the dialog 85vw (#779) --- .../dot-iframe-dialog/dot-iframe-dialog.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/view/components/dot-iframe-dialog/dot-iframe-dialog.component.scss b/src/app/view/components/dot-iframe-dialog/dot-iframe-dialog.component.scss index cc432e9ecb..939f5a8950 100644 --- a/src/app/view/components/dot-iframe-dialog/dot-iframe-dialog.component.scss +++ b/src/app/view/components/dot-iframe-dialog/dot-iframe-dialog.component.scss @@ -9,7 +9,7 @@ } } .ui-dialog { - width: 95vw; + width: 85vw; .ui-dialog-content { overflow: visible;