Skip to content

Commit

Permalink
fix: make spans inline
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock authored Aug 8, 2024
1 parent 8e189db commit 277e286
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ html[lang] {
h4[lang="#{$lang}"],
h5[lang="#{$lang}"],
h6[lang="#{$lang}"],
div[lang="#{$lang}"],
span[lang="#{$lang}"] {
div[lang="#{$lang}"] {
display: block;
}

span[lang="#{$lang}"] {
display: inline;
}
}

.css-i18n-toc {
Expand Down

0 comments on commit 277e286

Please sign in to comment.