diff --git a/front/css/app.css b/front/css/app.css
index 2d9af0cd..ba3dc1e6 100755
--- a/front/css/app.css
+++ b/front/css/app.css
@@ -830,7 +830,28 @@ height: 50px;
#settingsPage .overview-setting-value{
display:unset;
+
}
+
+.overview-setting-value-wrap
+{
+ padding-left: 1px;
+ text-overflow: clip ;
+ overflow: hidden;
+}
+
+#settingsPage .small-box
+{
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+#settingsPage .small-box .inner
+{
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
#settingsPage .panel-title{
/* display: inline-block; */
/* width: 120px; */
@@ -839,6 +860,17 @@ height: 50px;
text-overflow: ellipsis;
}
+.padding-5px
+{
+ padding: 5px;
+}
+
+.text-overflow-hidden
+{
+ overflow: hidden;
+ text-overflow: clip;
+}
+
.settings_content {
padding: 10px;
diff --git a/front/js/settings_utils.js b/front/js/settings_utils.js
index 3e5cc81e..99a9b1cd 100755
--- a/front/js/settings_utils.js
+++ b/front/js/settings_utils.js
@@ -71,26 +71,27 @@
includeSettings.forEach((set) => {
includeSettings_html += `
-
- ${getSetting(prefix + '_' + set)}
-