Action Log Comment Box
I upgraded the portal this morning from 8.3 to 8.7 because we're still in Test and I wanted to try an upgrade at some point before going to production just so I could tell our management team I've done one and it was succesful. After the upgrade, it seems my customization for the comment box size has a different effect.
Here's what my custom "Action Log" looks like now:
and this is the way it looked before:
To explain further, when I was on 8.3, that smaller comment box shifted up when I resized it, and now it just pushes it down, and keeps all the empty space. All I was doing was selecting the editable element in the div and changing the height via JS. I haven't made any changes to the code after the upgrade, I was just testing out all of the custom stuff.
Keep in mind that I'm only about 2 months in to JS, so the answer here might be very easy and I just can't see it. I've tried resizing each div in that part of the form, and changing the display and visibility styling, but I just can't get it. Can anyone tell me what I need to do to get it back to 8.3's styling? Maybe it's not even possible now.
Thanks!
Answers
// Remove and Resize existing Action Log
//Remove the Action Log panel heading
//Resize the comment box textarea
//Change the comment box label
//Remove the action log comment table
// Remove is private check box and character count
//Collapse a div between the comment box and comment log
let emptyRow = document.getElementsByClassName('col-md-12');
}