diff --git a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt
index d73670270..237daf3cb 100644
--- a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt
+++ b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt
@@ -213,13 +213,13 @@
-
+
{{ lang._('
Add an item to the table to fetch a remote acl for blacklisting.%s
You can enable or disable the blacklist list.%s
The active blacklists will be merged with the settings under %sForward Proxy -> Access Control List%s.
') | format(' ',' ','','') }}
-
+
|
diff --git a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
index 518ec70e9..e883d5edc 100644
--- a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+++ b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
@@ -70,7 +70,7 @@
{% endif %}
{% if help|default(false) %}
- {{help}}
+ {{help}}
{% endif %}
diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
index b46b78c97..faa46dcc2 100644
--- a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
+++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
@@ -677,7 +677,6 @@ label>input[type="radio"] {
float:left;
}
-small[data-for*="help_for"],
div[data-for*="help_for"] {
padding-top: .4em;
padding-bottom: .4em;
diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css
index 13fc2995f..cbce3eb77 100644
--- a/src/opnsense/www/themes/opnsense/build/css/main.css
+++ b/src/opnsense/www/themes/opnsense/build/css/main.css
@@ -5892,12 +5892,10 @@ label > input[type="radio"] {
margin-right: .4em;
float: left; }
-small[data-for*="help_for"],
div[data-for*="help_for"] {
padding-top: .4em;
padding-bottom: .4em; }
-
#log-settings label[for^="act"] {
margin-right: 1.5em; }
|