-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Social block icons misshapen when used in navigation block #28340
Comments
Hey! I'm a newbie to open source but I'm going to take a stab at this issue. |
That'd be great, thanks @Arash-11. Let us know if you need any assistance along the way. |
Thanks a lot @talldan, I'll definitely let you know. |
Hi @talldan. I apologize for the newbie question but I was wondering how long it usually takes for a pull request to get reviewed/merged? I'm just curious as this is my first main contribution :) |
Hi @Arash-11, thank you for your work. From looking at https://github.com/Arash-11/gutenberg/commit/d6b39014ec6bb4b8d3fafa886ea77bb393feb78e, the code seems like it might work, though I'd like to test it a bit more deeply. Have you made it into a pull request, though? I wasn't immediately able to find a pull request attached to your commit. That would make it easier to test. Thank you. |
Hi @jasmussen, I am happy to have been able to work on it. I did do a pull request: #28448 (comment) But I might have done it wrong then, I didn't do a PR on my forked copy but on the original repo. Please let me know if I did this incorrectly. |
I apologize, looks like I missed the following step and did it wrong.
Should I do a pull request now, in my own forked copy? |
Yes, exactly! That will allow me to check out your fork, and compile the pull request to test it. Thank you! |
Got you! I did a new pull request: https://github.com/Arash-11/gutenberg/pull/1#issue-565160695. Thank you so much for the help! |
@Arash-11 Sorry for missing your pull request. Looks like you followed the right process when you made the PR #28448. It can sometimes take a little while for code to be reviewed, and other times it happens quickly. To help link the issue and the PR together, it's good to write 'Fixes #28340' in the PR description instead of the title. Github automatically then links the issue and the PR together (https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue). |
@talldan No worries. Good to know I followed the correct process, and thanks for the information about the code review process. Also, thanks for letting me know about how linking the issue and the PR works in GitHub - I didn't know this. |
I reviewed your PR, thanks again! Take a look, let me know how I can help. |
Thank you for reviewing my PR! |
#28340) (#28448) * Fixed Social Icons shape, and horizontal and vertical alignments (fixes #28340) Original issue was that when adding Social Icons to a Navigation block, the icons would be oblong instead of circle. The icons only misshapened when size Small or Normal was selected. I also noticed that when a horizontal Nav block was added, the social icons wouldn't align horizontally, and in a vertical Nav block, the social icons wouldn't align vertically. * removed padding-left:0.5em
Description
When adding a social icon in a navigation block, the icons are oblong instead of circles.
Step-by-step reproduction instructions
Expected behaviour
The icons appear as circles, like they do when the block is used outside of navigation
Actual behaviour
The icons are oblong
Screenshots or screen recording (optional)
WordPress information
Device information
The text was updated successfully, but these errors were encountered: