Skip to content

Commit

Permalink
fix: spacing in openapi response codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiri111enz committed Jan 10, 2024
1 parent 15c28d2 commit ec0f2e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/runtime/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@
color: var(--dc-openapi-status-code-server);
}
}

// make a spacing after each openapi response block
[class^="openapi__response__code__"] > :last-child {
margin-bottom: 15px;
}

0 comments on commit ec0f2e8

Please sign in to comment.