diff --git a/ui/src/app/admin/container/ConfigurationList.js b/ui/src/app/admin/container/ConfigurationList.js
index 91dc3a6b2..2704006b6 100644
--- a/ui/src/app/admin/container/ConfigurationList.js
+++ b/ui/src/app/admin/container/ConfigurationList.js
@@ -90,7 +90,7 @@ export function ConfigurationList({ configurations, onDelete, loading }) {
                                                         
 
                                                             
+                                                                
                                                                     
                                                                 
                                                             )}
@@ -102,7 +102,7 @@ export function ConfigurationList({ configurations, onDelete, loading }) {
                                                             
                                                             
                                                             
+                                                                
                                                                     
                                                                 
                                                             )}
diff --git a/ui/src/app/form/component/InfoIcon.js b/ui/src/app/form/component/InfoIcon.js
index 1456cbd4b..9cd53245d 100644
--- a/ui/src/app/form/component/InfoIcon.js
+++ b/ui/src/app/form/component/InfoIcon.js
@@ -9,9 +9,10 @@ import { useTranslator } from '../../i18n/hooks';
 
 export function InfoIcon ({ value = '', placement='auto', ...props }) {
     const translate = useTranslator();
+
     return(
-        
+        
                 
             
         )}
diff --git a/ui/src/app/metadata/component/properties/PropertyValue.js b/ui/src/app/metadata/component/properties/PropertyValue.js
index ef2e89e59..51912417d 100644
--- a/ui/src/app/metadata/component/properties/PropertyValue.js
+++ b/ui/src/app/metadata/component/properties/PropertyValue.js
@@ -13,7 +13,7 @@ export function PropertyValue ({ name, value, columns, className }) {
         <>
         { name && value !== null && value !== undefined  ? 
                 
+                    
                         {value.toString()}
                     
                 )}>