Space between planet type icon and type name.
This commit is contained in:
parent
75f180526d
commit
fb47bd24bd
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export class UI {
|
|||
}
|
||||
// type
|
||||
const typeName = body.PlanetClass || body.starType || ''
|
||||
type.appendChild($('<span>').text(typeName))
|
||||
type.appendChild($('<span>').text(` ${typeName}`))
|
||||
row.appendChild(type)
|
||||
|
||||
// distance
|
||||
|
|
Loading…
Reference in a new issue