Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(laravel): SwaggerUI custom CSS #6937

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Jan 31, 2025

Q A
Branch? 4.0
Tickets n/a
License MIT
Doc PR n/a
Before:
image

After:

image

@@ -169,7 +147,7 @@ header #logo img {
width: 100%;
max-width: 1460px;
padding: 0 50px;
margin: 0 auto;
margin: 80px 0 auto;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
margin: 80px 0 auto;
margin: 80px auto 0;

no? (can't check visually)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No :)

@soyuka soyuka merged commit d5b48b1 into api-platform:4.0 Feb 3, 2025
58 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants