Skip to content

Commit

Permalink
fix(ui) Add taglink css fix to source scss (#26365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored and dsolistorres committed Nov 6, 2023
1 parent 48297c3 commit 4dc94c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4dc94c7

Please sign in to comment.