Skip to content

Commit

Permalink
Minor styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmonkey committed Oct 17, 2023
1 parent 7b8d046 commit ebb394a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -778,9 +778,9 @@ list/add/edit/delete user lists (alert/muted, etc)
});

sCMMenu.append(
ce('li', {innerText: 'Keywords (comma separated):', className: 'ytce-header'}),
ce('li', {innerText: 'Keywords:', className: 'ytce-header'}),
append(ce('li'), sCMKeywordsTextarea),
ce('li', {innerText: '(separate words with commas)', className: 'ytce-header'})
ce('li', {innerText: '(separate words with commas)'})
);

// Import/Export
Expand Down

0 comments on commit ebb394a

Please sign in to comment.