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: extra whitespace in Castform header #1195

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

busches
Copy link
Contributor

@busches busches commented Jan 22, 2023

Using the Castform template without a summary, still has extra whitespace for the summary. This commit fixes the extra whitespace to not appear when no summary is present.

Closes #1194

Before:
image

After:
image

Using the Castform template without a summary, still has extra whitespace for the summary. This commit fixes the extra whitespace to not appear when no summary is present.
@AmruthPillai
Copy link
Owner

Good catch, thank you for the contribution! :)

@AmruthPillai AmruthPillai merged commit 45f2dc1 into AmruthPillai:main Jan 23, 2023
@busches busches deleted the castform-masthead-spacing branch January 25, 2023 00:28
@busches
Copy link
Contributor Author

busches commented Feb 2, 2023

@AmruthPillai when you do think you'll release this?

[e] I was able to work around it with this custom css for now:

.Castform_main__2wJo1 > div > div {
    display: none;
}

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.

[BUG] Castform has extra white space at top if summary is blank
2 participants