Skip to content

Commit

Permalink
update classnames defs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Feb 2, 2024
1 parent 9474727 commit f2095d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
margin-bottom: var(--ifm-leading);
}

.openapi-tabs__response-header {
margin-bottom: 0;
}

.openapi-tabs__response-code-item {
border: 1px solid transparent;
margin-top: 0 !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
overflow: hidden;
}

.openapi-tabs__operation-header {
margin-bottom: 0;
}

.openapi-tabs__operation-item {
display: flex;
align-items: center;
Expand Down
4 changes: 4 additions & 0 deletions packages/docusaurus-theme-openapi-docs/src/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@
.openapi-left-panel__container {
border-right: thin solid var(--ifm-toc-border-color);
}

.openapi-tabs__heading {
margin-bottom: 0;
}

0 comments on commit f2095d0

Please sign in to comment.