Closed khawkins98 closed 6 years ago
This causes extra bleeding off the right/left of the screen:
Fix is for:
wrapper.className = "row callout " + (message.priority || "");
to become
wrapper.className = "callout " + (message.priority || "");
This causes extra bleeding off the right/left of the screen:
Fix is for:
to become