Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): ensure borders are added
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 12, 2022
1 parent 672a402 commit ed62a48
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pages/consultation/report/weekly.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{{ formatToCompleteFriendlyTime(sumEntry.endAt) }}
</td>

<td class="consultation">
<td class="consultations">
<p
v-for="consultation in sumEntry.consultations.data"
:key="consultation.id">
Expand Down Expand Up @@ -95,14 +95,10 @@
@apply mb-5;
}
table, th, thead, tfoot, td {
border:2px solid;
padding: 8px;
table, thead, tfoot, td, th {
@apply p-4;
border: 2px solid;
text-align: center;
}
.consultations {
@apply flex flex-col;
}
</style>

Expand Down

0 comments on commit ed62a48

Please sign in to comment.