Skip to content

Commit

Permalink
token wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
hohMiyazawa committed Sep 5, 2021
1 parent 1319cc4 commit a74d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/settingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ query{
if(useScripts.accessToken){
create("hr","hohSeparator",false,hohSettings);
create("p",false,"Current access token (do not share with others):",hohSettings);
create("p","hohMonospace",useScripts.accessToken,hohSettings,"word-wrap: anywhere;font-size: small;")
create("p","hohMonospace",useScripts.accessToken,hohSettings,"word-wrap: anywhere;font-size: small;line-break: anywhere;")
}

hohSettings.appendChild(create("hr"));
Expand Down

0 comments on commit a74d928

Please sign in to comment.