Skip to content

Commit

Permalink
(fix) O3-2752: Encounter view UI fixes for RTL languages (#1596)
Browse files Browse the repository at this point in the history
* (fix) O3-2752: encounter view RTL alignment fix

* (fix) O3-2752: remove global overrides

---------

Co-authored-by: Andrey Y <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 897013d commit b3af1a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: spacing.$spacing-03;
margin: spacing.$spacing-05 spacing.$spacing-05 spacing.$spacing-05 0;
margin-block: spacing.$spacing-05;
margin-inline: 0 spacing.$spacing-05;
}

.observation > span {
align-self: center;
justify-self: start;
}

.parentConcept {
font-weight: bold;
}

.childConcept {
padding-left: 0.8rem;
padding-inline-start: 0.8rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.expandedRow {
padding-left: 3.5rem;
padding-inline-start: 3.5rem;

> td {
padding: inherit !important;
Expand Down

0 comments on commit b3af1a4

Please sign in to comment.