Skip to content

Commit

Permalink
Merge pull request #480 from correctexam/471-suggestions-for-the-stud…
Browse files Browse the repository at this point in the history
…ent-view

update layout with new feature for studentResult
  • Loading branch information
barais authored Jan 28, 2024
2 parents 7136b1f + c6d83a7 commit c6e509d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h4 jhiTranslate="scanexam.confirmemail">Confirmation envoi mail</h4>
</ng-template>
</p-dialog>

<div class="sm:col-12 md:col-12 lg:col-8 xl:col-8">
<div class="sm:col-12 md:col-12 lg:col-10 xl:col-10">
<div class="grid grid-nogutter">
<div class="col-4">
<h2 id="jhi-course-heading" data-cy="CourseCreateUpdateHeading" jhiTranslate="scanexam.resultatstudents">Résultat étudiants</h2>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h2 id="jhi-course-heading" data-cy="CourseCreateUpdateHeading" jhiTranslate="sc
</p-table>
</div>
</div>
<div class="lg:col-4 xl:col-4 overflow-hidden hiddenxsmd sm:hidden md:hidden lg:flex xl:flex">
<div class="lg:col-2 xl:col-2 overflow-hidden hiddenxsmd sm:hidden md:hidden lg:flex xl:flex">
<img
src="content/images/bannerright.jpg"
alt="Image"
Expand Down

0 comments on commit c6e509d

Please sign in to comment.