Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2cd1fad

Browse files
authored
Fix form tooltip positioning (#9598)
1 parent 8c0d202 commit 2cd1fad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

res/css/views/elements/_Field.pcss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ limitations under the License.
174174
}
175175

176176
.mx_Field_tooltip {
177-
margin-top: -12px;
178-
margin-left: 4px;
179177
width: 200px;
180178
}
181179

res/css/views/elements/_Tooltip.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
.mx_Tooltip_chevron {
3939
position: absolute;
4040
left: -7px;
41-
top: 10px;
41+
top: calc(50% - 6px);
4242
width: 0;
4343
height: 0;
4444
border-top: 7px solid transparent;

0 commit comments

Comments
 (0)