We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c8095 commit c7c7b03Copy full SHA for c7c7b03
js/widgets/statistics.js
@@ -45,7 +45,7 @@ class StatsWindow {
45
this.widgetWindow.getWidgetBody().style.justifyContent = "space-between";
46
this.widgetWindow.getWidgetBody().style.padding = "0px 2vw";
47
} else {
48
- this.widgetWindow.getWidgetBody().style.padding = "0px 0px";
+ this.widgetWindow.getWidgetBody().style.padding = "0px";
49
}
50
this.doAnalytics();
51
};
0 commit comments