mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-21 09:29:19 +00:00
Update templates/tag_info.html: fix td long line wrap; improve td col 0 style
This commit is contained in:
parent
a41bc10f8a
commit
fdb3ee8d5c
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user