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