Skip to content

Commit

Permalink
fix: Uppercase XML tab label
Browse files Browse the repository at this point in the history
In order to display XML instead of Xml
  • Loading branch information
sdeleuze authored Mar 12, 2024
1 parent ebfd571 commit f30ab11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/vendor/spring-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@
padding: 1rem;
background-color: var(--tabs-group-background-color);
}

.doc li.tab[data-sync-id="Xml"] {
text-transform: uppercase;
}

0 comments on commit f30ab11

Please sign in to comment.