Skip to content

Commit

Permalink
POC-740: MOH 407 Nutrition Service RegisterMOH 407 Nutrition Service …
Browse files Browse the repository at this point in the history
…Register
  • Loading branch information
Alfred-Mutai committed Jun 6, 2024
1 parent 2e6c0eb commit 0e87e23
Show file tree
Hide file tree
Showing 2 changed files with 785 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 0e87e23

Please sign in to comment.