From 4ce10acb2873b3a1b041b11900558b4aebeca523 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Thu, 19 Mar 2015 14:20:22 +1300 Subject: [PATCH] Restore some margins when a widget is included in an iframe That avoids any change for people integrating the widget in their websites, and hopefully that should reduce a lot of the UI screenshot differences. --- plugins/Widgetize/stylesheets/widgetize.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Widgetize/stylesheets/widgetize.less b/plugins/Widgetize/stylesheets/widgetize.less index dafad78d90..b4d7769d39 100644 --- a/plugins/Widgetize/stylesheets/widgetize.less +++ b/plugins/Widgetize/stylesheets/widgetize.less @@ -31,4 +31,8 @@ #embedThisWidgetFlash, #embedThisWidgetEverywhere { margin-top: 5px; -} \ No newline at end of file +} + +body>.widget { + margin: 10px 7px; +} -- GitLab