Skip to content

Commit

Permalink
(fix) O3-4275: Allignment issue for Time and Duration fields on inval…
Browse files Browse the repository at this point in the history
…id input
  • Loading branch information
harshthakkr committed Dec 14, 2024
1 parent 8088aed commit 60a0d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $openmrs-background-grey: #ededed;
display: flex;
flex-flow: row wrap;
gap: layout.$spacing-05;
align-items: center;
align-items: start;
}

.dateTimeFields {
Expand Down

0 comments on commit 60a0d4c

Please sign in to comment.