diff --git a/web/source/settings/components/loading.jsx b/web/source/settings/components/loading.jsx
index f5648285b..a278e6466 100644
--- a/web/source/settings/components/loading.jsx
+++ b/web/source/settings/components/loading.jsx
@@ -22,6 +22,6 @@ const React = require("react");
module.exports = function Loading() {
return (
-
+
);
};
\ No newline at end of file
diff --git a/web/source/settings/style.css b/web/source/settings/style.css
index 6adff55af..185c9c17b 100644
--- a/web/source/settings/style.css
+++ b/web/source/settings/style.css
@@ -702,6 +702,10 @@ button.with-icon {
}
}
+.loading-icon {
+ align-self: flex-start;
+}
+
.fadeout {
animation-name: fadeout;
animation-duration: 0.5s;