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

This commit is contained in:
chen 2023-05-17 03:25:18 +08:00
parent a41bc10f8a
commit fdb3ee8d5c

View File

@ -1,6 +1,18 @@
{{extends "base.html"}} {{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()}} {{block body()}}
<ol class="breadcrumb"> <ol class="breadcrumb">