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 incorrect padding property value pair in search.scss #1123

Merged
merged 1 commit into from Jan 9, 2023
Merged

Fix incorrect padding property value pair in search.scss #1123

merged 1 commit into from Jan 9, 2023

Conversation

kevinlin1
Copy link
Contributor

@kevinlin1 kevinlin1 commented Jan 8, 2023

I just reviewed 551398f and believe that this should be the other half of the fix proposed by #1104.

This PR corrects the change to /_sass/search.scss made in 551398f. This change tried to set the padding-top property to two values rather than set the padding property to these values (to represent the vertical and horizontal padding values).

This PR corrects the change to `/_sass/search.scss` made in 551398f. This change tried to set the `padding-**top**` property to **two** values rather than set the `padding` property to these values (to represent the vertical and horizontal padding values).

I just reviewed 551398f and believe that this should be the other half of the fix proposed by #1104.
Copy link
Member

@mattxwang mattxwang left a comment

Choose a reason for hiding this comment

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

Ah! Seems like there were a few bugs I overlooked when reviewing that PR. Thanks for catching this so quickly, appreciate the PR!

@mattxwang mattxwang merged commit 2691ff8 into just-the-docs:main Jan 9, 2023
@kevinlin1 kevinlin1 deleted the patch-1 branch January 13, 2023 17:11
danilocurvelo pushed a commit to danilocurvelo/imd0030-20241 that referenced this pull request Feb 26, 2024
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.

None yet

2 participants