atom / settings-view

🔧 Edit Atom settings
MIT License
272 stars 275 forks source link

Fix spacing of package versions #1104

Closed simurai closed 5 years ago

simurai commented 5 years ago

Description of the Change

This adds some space before the version of packages.

Before:

image

After:

image

Benefits

Easier to read.

Possible Drawbacks

None

Applicable Issues

Fixes #1098

Aerijo commented 5 years ago

@simurai Do you happen to know what might have caused it? Or is it just some arcane thing? Fix looks fine in any case.

simurai commented 5 years ago

Yeah, when converting to Standard, the "space" in the <span> </span> got missing: https://github.com/atom/settings-view/pull/1091/files#diff-249b0f5a1dd5495f0127542df8037f5cL89

Probably better to use CSS instead of markup for spacing.