Update templates/tag_info.html: fix td long line wrap; improve td col 0 style (#71)

This commit is contained in:
yurenchen000
2024-02-20 22:55:10 +08:00
committed by GitHub
parent b89d180f52
commit 017c31e2a1

View File

@@ -1,6 +1,18 @@
{{extends "base.html"}}
{{block head()}}{{end}}
{{block head()}}
<style>
/* col 0 style */
td:nth-child(1) {
color: #838383;
text-align: right;
}
/* td: long line wrap */
td {
word-break: break-word;
}
</style>
{{end}}
{{block body()}}
<ol class="breadcrumb">