From da2fcdd3462bfcc3ee0033f2d5303942521e1df5 Mon Sep 17 00:00:00 2001 From: Justin Carlson Date: Wed, 1 Mar 2023 06:08:36 -0500 Subject: [PATCH] Remove padding around integration manager iframe (#10148) Co-authored-by: Andy Balaam --- res/css/views/settings/_IntegrationManager.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/settings/_IntegrationManager.pcss b/res/css/views/settings/_IntegrationManager.pcss index f91d3fdd6c..505ccf86c2 100644 --- a/res/css/views/settings/_IntegrationManager.pcss +++ b/res/css/views/settings/_IntegrationManager.pcss @@ -17,6 +17,7 @@ limitations under the License. .mx_IntegrationManager { .mx_Dialog { box-sizing: border-box; + padding: 0; width: 60%; height: 70%; overflow: hidden;