fix col width
This commit is contained in:
parent
351fc09287
commit
41fe785c98
@ -34,6 +34,12 @@
|
||||
word-wrap: break-word;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.col-item-large {
|
||||
margin: 10px;
|
||||
word-wrap: break-word;
|
||||
width: 300px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
@ -36,10 +36,10 @@
|
||||
{{range .Results}}
|
||||
<tr>
|
||||
<td>
|
||||
<div class="col-item">{{.Name}}</div>
|
||||
<div class="col-item-large">{{.Name}}</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="col-item">{{.Description | noDesc}}</div>
|
||||
<div class="col-item-large">{{.Description | noDesc}}</div>
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
<div class="col-item">{{.Editor}}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user