diff --git a/app/assets/css/vendor-override.css b/app/assets/css/vendor-override.css index ea9bd499f..4cf5c1da8 100644 --- a/app/assets/css/vendor-override.css +++ b/app/assets/css/vendor-override.css @@ -54,7 +54,8 @@ /* tables inside widgets should extend the full width of the widget, with 20px table cell padding padding on the left and right */ .widget-body:not(.no-padding) > .table, -.widget-body:not(.no-padding) > .widget-content .table { +.widget-body:not(.no-padding) > .widget-content > .table, +.widget-body:not(.no-padding) > .widget-content > form > .table { margin: 0 -20px; width: calc(100% + 40px); max-width: calc(100% + 40px);