diff --git a/punch_list/css/custom.css b/punch_list/css/custom.css index 05ea465..73a71f7 100644 --- a/punch_list/css/custom.css +++ b/punch_list/css/custom.css @@ -233,6 +233,7 @@ textarea { /* Larger than tablet */ @media (min-width: 750px) { + body { width: 800px; } /* Navbar */ .clock-wrapper { display: block; diff --git a/punch_list/eventManage.js b/punch_list/eventManage.js index 7e0bcc6..12f0fe1 100644 --- a/punch_list/eventManage.js +++ b/punch_list/eventManage.js @@ -200,7 +200,7 @@ function enablePunchDetail(item) { enableElement("punchDetail"); console.log(`punchDetail Enabled`); // html = ""; - html = "
subject: " + punchList[item].subject + "
Created: " + punchList[item].cDate + "
Modified Date: " + punchList[item].mDate + "
Priority: " + punchList[item].priority + "
Progress: " + punchList[item].progress + "
subject: " + punchList[item].subject + "
Created: " + punchList[item].cDate + "
Modified Date: " + punchList[item].mDate + "
Priority: " + punchList[item].priority + "
Progress: " + punchList[item].progress + "