mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
fix:#92 added responsive design for more subpages
This commit is contained in:
@ -30,7 +30,7 @@ function sortModuleEventsByStart(events: Event[]) {
|
||||
<template>
|
||||
<div>
|
||||
<h2>{{ module.name }}</h2>
|
||||
<table>
|
||||
<table class="w-full">
|
||||
<tr>
|
||||
<td>{{ $t("moduleInformation.course") }}: {{ module.course }}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user