Merge pull request #1048 from danielyxie/dev

Hotfix weird bladeburner ui bug
This commit is contained in:
hydroflame 2021-08-15 17:14:38 -04:00 committed by GitHub
commit 08908c87ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -1261,7 +1261,7 @@ Bladeburner.prototype.createContent = function() {
});
DomElems.actionAndSkillsDiv = createElement("div", {
height:"60%", width:"70%", display:"block",
width:"70%", display:"block",
border:"1px solid white", margin:"6px", padding:"6px",
});