mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Use real class name
This commit is contained in:
@@ -3158,7 +3158,7 @@ export async function getWorldEntry(name, data, entry) {
|
||||
|
||||
const select = document.createElement('select');
|
||||
select.id = 'move_entry_target_select';
|
||||
select.classList.add('text_pole', 'wide100p', 'margin-top');
|
||||
select.classList.add('text_pole', 'wide100p', 'marginTop10');
|
||||
|
||||
const defaultOption = document.createElement('option');
|
||||
defaultOption.value = '';
|
||||
|
Reference in New Issue
Block a user