diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 87313457d1e4f625d596c84c7c63bfcdabeaf250..376a160f720112d17af40ba9aed0718740836271 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -7,6 +7,13 @@
   height: 32px;
 }
 
+.top_controls_inner {
+   clear: left;
+   position: relative;
+   height: 32px;
+   padding-bottom: 20px;
+}
+
 @media all and (max-width: 749px) {
   .top_controls {
     height: auto;
@@ -499,5 +506,9 @@ div.widgetpreview-preview {
   .col.width-30,
   .col.width-25 {
     width: 100%;
+    .widget {
+      margin-right: 0;
+    }
   }
+
 }
\ No newline at end of file