Add nowrap to date on history page.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
{{author}}
|
{{author}}
|
||||||
</td>
|
</td>
|
||||||
<td class="message">{{message}}</td>
|
<td class="message">{{message}}</td>
|
||||||
<td class="date">{{date}}</td>
|
<td nowrap class="date">{{date}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/versions}}
|
{{/versions}}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user