Refactoring - Removed some useless lines setting already applied CSS styles

This commit is contained in:
Noah Boos 2025-06-27 14:40:06 +02:00
parent 3a4ab2f846
commit 3ec55e6452

View file

@ -133,10 +133,6 @@ export class AddNoteModal extends Modal {
* @description A container storing the input field and the delete input field button.
*/
const tagInputGroup: HTMLDivElement = AddContainer(tagsBody);
tagInputGroup.addClasses([
"ankiIntegrationModal__container--width-fit-content",
"ankiIntegrationModal__container--flex-row"
]);
/**
* @type {HTMLInputElement} tagInput
* @description A tag input field.