Skip to content

Commit 4e2b5f9

Browse files
(fix) O3-5194: Tooltip overflow and alignment issues in Translation Builder and Interactive Builder (#1015)
Co-authored-by: Nethmi Rodrigo <nethmi@openmrs.org>
1 parent ee72f96 commit 4e2b5f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/interactive-builder/interactive-builder.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
overflow-y: scroll;
77
overflow-x: hidden;
88
height: 95vh;
9+
padding-right: layout.$spacing-07;
910
:global(.cds--modal-content:focus) {
1011
outline: none;
1112
}
@@ -56,6 +57,7 @@
5657
display: flex;
5758
justify-content: space-between;
5859
margin: layout.$spacing-02 layout.$spacing-03;
60+
padding-right: layout.$spacing-03;
5961
align-items: center;
6062
width: 100%;
6163
}

src/components/translation-builder/translation-builder.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
overflow-y: scroll;
66
overflow-x: hidden;
77
height: 95vh;
8+
padding-right: layout.$spacing-05;
89
}
910

1011
.title {
@@ -42,6 +43,7 @@
4243
display: flex;
4344
align-items: center;
4445
gap: layout.$spacing-03;
46+
margin: 0 layout.$spacing-06 0 layout.$spacing-06;
4547
}
4648
}
4749

0 commit comments

Comments
 (0)