Skip to content

Commit

Permalink
fix css inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 7, 2021
1 parent 60e9b33 commit 180727a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ div.container > ul {
background: #e7f2fa;
border-top: 3px solid #6ab0de;
margin-bottom:1ex;
display: inline flex;
display: inline-flex;
align-items: center;
}
.api-main-section > .section > span {
Expand Down Expand Up @@ -122,7 +122,7 @@ div.container > ul {
.api-header-section {
background: #f0f0f0;
margin-bottom:1ex;
display: inline flex;
display: inline-flex;
align-items: center;
border-left: 3px solid #ccc;
}
Expand Down

0 comments on commit 180727a

Please sign in to comment.