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

Commit

Permalink
Fix form tooltip positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Nov 18, 2022
1 parent d705c86 commit b880c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions res/css/views/elements/_Field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ limitations under the License.
}

.mx_Field_tooltip {
margin-top: -12px;
margin-left: 4px;
width: 200px;
}

Expand Down
2 changes: 1 addition & 1 deletion res/css/views/elements/_Tooltip.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ limitations under the License.
.mx_Tooltip_chevron {
position: absolute;
left: -7px;
top: 10px;
top: calc(50% - 6px);
width: 0;
height: 0;
border-top: 7px solid transparent;
Expand Down

0 comments on commit b880c4a

Please sign in to comment.