diff options
Diffstat (limited to 'gn2/wqflask/templates/wiki')
-rw-r--r-- | gn2/wqflask/templates/wiki/history.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html index e10ff683..d0a3ead6 100644 --- a/gn2/wqflask/templates/wiki/history.html +++ b/gn2/wqflask/templates/wiki/history.html @@ -9,13 +9,15 @@ width: 18em; } + table tbody th, table tbody td { padding: 3px; } table { - margin-left: 0.5em; + margin-left: 1em; + max-width: 60em !important; } </style> {% endblock %} |