Skip to content

Commit c7c7b03

Browse files
author
Developer
committed
fix: defer tooltip localization and fix statistics padding test
1 parent 43c8095 commit c7c7b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/statistics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class StatsWindow {
4545
this.widgetWindow.getWidgetBody().style.justifyContent = "space-between";
4646
this.widgetWindow.getWidgetBody().style.padding = "0px 2vw";
4747
} else {
48-
this.widgetWindow.getWidgetBody().style.padding = "0px 0px";
48+
this.widgetWindow.getWidgetBody().style.padding = "0px";
4949
}
5050
this.doAnalytics();
5151
};

0 commit comments

Comments
 (0)