Skip to content

Fix underlined space in author name#41888

Merged
c0ffeeca7 merged 1 commit into
home-assistant:currentfrom
TheJulianJES:tjj/fix_underscored_space_profile_pic
Nov 21, 2025
Merged

Fix underlined space in author name#41888
c0ffeeca7 merged 1 commit into
home-assistant:currentfrom
TheJulianJES:tjj/fix_underscored_space_profile_pic

Conversation

@TheJulianJES
Copy link
Copy Markdown
Member

Proposed change

This PR fixes an issue that has existed for quite a while, where there's an underlined leading space in front of all author names which are associated with a person (i.e. profile picture + GitHub link).

(I unfortunately notice this every time)

Details

Currently, the profile picture and author name in (e.g.) blog posts look like this. I've highlighted the leading space that's underlined, likely unintentional:
image

With this PR, this underlined leading space is removed completely:
image

The author-avatar already has an 8px margin on the right (only), so that's likely all the padding ever wanted between the avatar and name, not requiring that additional space of padding. For the 8px margin, see:

"What about the space in line 15?"

The space in line 15 needs to stay, since we only use an icon there. Since nothing is underlined there anyways, we can add the space just fine.

With and without this PR, it looks like this (already correct):

image

Removing the space would make it look like this, which is worse:

image

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

  • Link to parent pull request in the codebase:
  • Link to parent pull request in the Brands repository:
  • This PR fixes or closes issue: fixes #

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

Copilot AI review requested due to automatic review settings November 20, 2025 18:48
@home-assistant home-assistant Bot added the current This PR goes into the current branch label Nov 20, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 20, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit b43056e
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/691f626adda12d000852dd7f
😎 Deploy Preview https://deploy-preview-41888--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Copy link
Copy Markdown
Contributor

@c0ffeeca7 c0ffeeca7 left a comment

Choose a reason for hiding this comment

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

Thank you, @TheJulianJES 👍

@c0ffeeca7 c0ffeeca7 merged commit 5a988d7 into home-assistant:current Nov 21, 2025
13 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

current This PR goes into the current branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants