mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
💄 setings: overflow-wrap: break-word (#597)
Co-authored-by: ras0q <ras0q@users.noreply.github.com>
This commit is contained in:
parent
1d32f1242d
commit
5ce350ba41
@ -811,6 +811,7 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
|
|||||||
|
|
||||||
display(): void {
|
display(): void {
|
||||||
let { containerEl } = this;
|
let { containerEl } = this;
|
||||||
|
containerEl.style.setProperty("overflow-wrap", "break-word");
|
||||||
|
|
||||||
containerEl.empty();
|
containerEl.empty();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user