Skip to content
Snippets Groups Projects
Commit 4294dfb5 authored by Blank_Alt's avatar Blank_Alt Committed by Pregmodder
Browse files

Typo

parent dd36df56
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ App.Arcology.Cell.Penthouse = class extends App.Arcology.Cell.BaseCell {
function createFacilityDiv(link, ...content) {
const div = document.createElement("div");
div.append(link);
// in collapsed mode addtional information needs to be in it's own div to stop linebreaks at weird places
// in collapsed mode additional information needs to be in it's own div to stop linebreaks at weird places
if (V.verticalizeArcologyLinks === 0) {
div.classList.add("collapsed");
div.append(" ", ...content);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment