Skip to content

Commit

Permalink
POC-741: MOH 333 Maternity Register
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed May 30, 2024
1 parent 624b758 commit dc870b4
Show file tree
Hide file tree
Showing 2 changed files with 1,184 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tr,
.table-bordered th,
.table-bordered td {
border: 2px solid #000; /* Darker border color */
}
tbody tr {
height: 20px; /* Adjust the height as per your design */
}
.vertical-text {
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(180deg);
white-space: nowrap;
}
th {
min-width: 70px;
}
Loading

0 comments on commit dc870b4

Please sign in to comment.