Skip to content

Commit

Permalink
fix(laravel): missing margin swagger ui
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 14, 2024
1 parent 0935664 commit 188757f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Laravel/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ header #logo img {
50% {
opacity: 1;
transform: scale(1);
}
}
100% {
opacity: 0;
transform: scale(1);
Expand Down Expand Up @@ -145,6 +145,9 @@ header #logo img {
}

/** INCREASE WRAPPER BLOCK PADDING **/
#swagger-ui.api-platform .swagger-ui {
margin-top: 74px;
}

#swagger-ui.api-platform .wrapper {
padding: 0 60px;
Expand Down

0 comments on commit 188757f

Please sign in to comment.