mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-16 15:25:59 +00:00
Update templates/tag_info.html: fix td long line wrap; improve td col 0 style (#71)
This commit is contained in:
parent
b89d180f52
commit
017c31e2a1
@ -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