Limit the width of the template overview

This commit is contained in:
Andreas Svanberg 2024-10-24 12:27:21 +02:00
parent cf509d752b
commit 10369ddf4f

@ -10,6 +10,7 @@
<body>
<div class="container-fluid">
<wicket:extend>
<div class="line-length-limit">
<h1>Grading report template management</h1>
<p>
Here you can manage the grading templates that are used to grade projects.
@ -117,6 +118,7 @@
</wicket:remove>
</div>
</div>
</div>
</wicket:extend>
</div>
</body>