Skip to content

#499 UI: Align URL Field Globe Icon Inside the URL Input Box.#500

Merged
cbravobernal merged 1 commit into
WordPress:trunkfrom
kmfoysal06:fix-custom-url-icon-issue
Jul 14, 2026
Merged

#499 UI: Align URL Field Globe Icon Inside the URL Input Box.#500
cbravobernal merged 1 commit into
WordPress:trunkfrom
kmfoysal06:fix-custom-url-icon-issue

Conversation

@kmfoysal06

@kmfoysal06 kmfoysal06 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR is to resolve #499 . the issue is the globe icon in url field does not aligned in center. I added css to make it center aligned.

   .acf-url i {
      top: 50%;
      transform: translateY(-50%);
} 

Closes #499

@github-actions

Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props kmfoysal06.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@cbravobernal cbravobernal added the [Type] Bug Something isn't working label Jul 14, 2026
@cbravobernal cbravobernal added this to the 6.9.2 milestone Jul 14, 2026

@cbravobernal cbravobernal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@cbravobernal
cbravobernal merged commit 3a67cf3 into WordPress:trunk Jul 14, 2026
20 checks passed
@kmfoysal06

Copy link
Copy Markdown
Contributor Author

Thanks @cbravobernal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Type] Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: URL Field Globe Icon Does Not Align Inside the URL Input Box.

2 participants