Replace gt-word-break
with tw-break-anywhere
Mass replace based on https://github.com/go-gitea/gitea/pull/31183/files.
This commit is contained in:
parent
187860bded
commit
467460679b
15 changed files with 17 additions and 22 deletions
|
@ -125,7 +125,7 @@ export function initRepoIssueSidebarList() {
|
|||
}
|
||||
filteredResponse.results.push({
|
||||
name: `#${issue.number} ${htmlEscape(issue.title)
|
||||
}<div class="text small gt-word-break">${htmlEscape(issue.repository.full_name)}</div>`,
|
||||
}<div class="text small tw-break-anywhere">${htmlEscape(issue.repository.full_name)}</div>`,
|
||||
value: issue.id,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue