Skip to content

Commit ee3610d

Browse files
committed
fix: speakers column width
1 parent 55f0b8b commit ee3610d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

calendar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2 class="text-brown-400">Sexta-feira</h6>
115115
<th scope="col">Horário</th>
116116
<th scope="col">Atividade</th>
117117
<th scope="col" style="min-width: 130px;">Sala</th>
118-
<th scope="col">Ministrante(s)</th>
118+
<th scope="col" style="min-width: 300px;">Ministrante(s)</th>
119119
</tr>
120120
</thead>
121121
<tbody class="align-middle">
@@ -312,7 +312,7 @@ <h2 class="text-brown-400">Sábado</h6>
312312
<tr>
313313
<th scope="col">Horário</th>
314314
<th scope="col">Atividade</th>
315-
<th scope="col">Ministrante(s)</th>
315+
<th scope="col" style="min-width: 300px;">Ministrante(s)</th>
316316
</tr>
317317
</thead>
318318
<tbody class="align-middle">
@@ -450,7 +450,7 @@ <h2 class="text-brown-400">Domingo</h6>
450450
<tr>
451451
<th scope="col">Horário</th>
452452
<th scope="col">Atividade</th>
453-
<th scope="col">Ministrante(s)</th>
453+
<th scope="col" style="min-width: 300px;">Ministrante(s)</th>
454454
</tr>
455455
</thead>
456456
<tbody class="align-middle">

0 commit comments

Comments
 (0)