diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 67e97397e4c591493ec572d3cef4d997cdb9ee36..4bba174dd2a44f958a521e72bcf8cc003c9567ec 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -206,16 +206,17 @@
 
 .widgetLoading {
   cursor: wait;
+  text-align: center;
 }
 
 .widgetLoading, .widgetLoadingError, .dimensionLoadingError {
   padding: 10px;
-  text-align: left;
   font-size: 10pt;
 }
 
 .widgetLoadingError, .dimensionLoadingError {
   color: @theme-color-brand;
+  text-align: left;
 }
 
 #closeMenuIcon {
@@ -541,4 +542,4 @@ div.widgetpreview-preview {
   .button#close,.button#maximise {
     display:none;
   }
-}
\ No newline at end of file
+}