Minor changes
This commit is contained in:
@@ -32,7 +32,7 @@ export default class extends Controller {
|
||||
|
||||
const description = document.createElement('p');
|
||||
description.textContent = event.content?.description.trim();
|
||||
description.classList.add('py-3', 'my-2', 'fst-italic');
|
||||
description.classList.add('py-3', 'my-0', 'fst-italic');
|
||||
|
||||
body.appendChild(description);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user