💄 setings: overflow-wrap: break-word (#597)

Co-authored-by: ras0q <ras0q@users.noreply.github.com>
This commit is contained in:
Kira Kawai 2024-04-27 00:23:34 +09:00 committed by GitHub
parent 1d32f1242d
commit 5ce350ba41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
display(): void {
let { containerEl } = this;
containerEl.style.setProperty("overflow-wrap", "break-word");
containerEl.empty();