diff --git a/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss b/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss index 18aa318c26a0..197afcebd12b 100644 --- a/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss +++ b/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss @@ -268,6 +268,7 @@ $key-val-width: 500px; justify-content: center; gap: $spacing-0; text-decoration: none; + border: 1px solid rgba(0, 0, 0, 0.1); &.persona { &:before { diff --git a/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css b/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css index 9c9d426cef33..033032a9e754 100644 --- a/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css +++ b/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css @@ -8896,7 +8896,7 @@ Styles for commons fields along the backend justify-content: center; gap: 0.25rem; text-decoration: none; - border:1px solid rgba(0,0,0,0.1); + border: 1px solid rgba(0, 0, 0, 0.1); } .tagLink.persona:before { content: "\f007";