diff --git a/core/templates/base.html b/core/templates/base.html
index 7bd9dcb..9700299 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -202,6 +202,8 @@
.float-right {
float: right;
+ padding-right: 5px;
+ padding-left: 5px;
}
.grid-stack-item:hover .ui-resizable-handle {
display: block !important;
diff --git a/core/templates/wm/widget.html b/core/templates/wm/widget.html
index 738551e..91a4834 100644
--- a/core/templates/wm/widget.html
+++ b/core/templates/wm/widget.html
@@ -11,7 +11,7 @@
onclick='grid.removeWidget("drilldown-widget-{{ unique }}");'>
{% endblock %}
{% block heading %}
{% endblock %}