gitea/templates/repo/diff
silverwind 04f9ad0568
Fix incorrect tailwind migration (#30007)
Fixes https://github.com/go-gitea/gitea/issues/30005. Regression from
https://github.com/go-gitea/gitea/pull/29945.

There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.

```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```
2024-03-22 20:51:29 +01:00
..
blob_excerpt.tmpl
box.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
comment_form_datahandler.tmpl
comment_form.tmpl
comments.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
compare.tmpl
conversation_outdated.tmpl
conversation.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
csv_diff.tmpl
escape_title.tmpl
image_diff.tmpl
new_comment.tmpl
new_review.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
options_dropdown.tmpl
section_code.tmpl
section_split.tmpl
section_unified.tmpl
stats.tmpl
whitespace_dropdown.tmpl