Fix #4189: long source: link not wrapping on tag changes report, and underscores shown as spaces

* Use underscores instead of spaces for tags in inline tag lists (upload
  tags report, tooltips, modqueue, comments page).

* Allow long tags to word wrap. Fixes long sources not wrapping in the
  uploads tag report. Also fixes very long tags that don't have
  underscores not wrapping in the sidebar (ex: kuouzumiaiginsusutakeizumonokamimeichoujin_mika).
This commit is contained in:
evazion
2019-10-13 18:53:46 -05:00
parent 20f28910da
commit 8bffe8dba1
3 changed files with 6 additions and 2 deletions

View File

@@ -40,6 +40,10 @@
background-color: red;
}
a.search-tag {
word-break: break-word;
}
.inline-tag-list {
ul {
display: inline;