Skip to content

Commit

Permalink
fix wight and height
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 29, 2024
1 parent d91cadf commit ec1770d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
placeholder="Weight"
trailingPadding=" "
trailing={
<p className="right-10 text-sm text-gray-700">
<p className="absolute right-10 whitespace-nowrap text-sm text-gray-700">
Weight (kg)
</p>
}
Expand All @@ -1116,7 +1116,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
placeholder="Height"
trailingPadding=" "
trailing={
<p className="right-10 text-sm text-gray-700">
<p className="absolute right-10 whitespace-nowrap text-sm text-gray-700">
Height (cm)
</p>
}
Expand Down

0 comments on commit ec1770d

Please sign in to comment.