Skip to content

Commit

Permalink
Remove uppercase transform on citation header ID
Browse files Browse the repository at this point in the history
fixes #2154
  • Loading branch information
robyngit committed Jul 10, 2023
1 parent 65fb9ae commit 8462948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/metacatui-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -8983,7 +8983,7 @@ body > #extension-is-installed{
margin-bottom: 3px;
}

.citation.header .top-info {
.citation.header .top-info > *:not(.id) {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.02em;
Expand Down

0 comments on commit 8462948

Please sign in to comment.