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