Fix form tooltip positioning (#9598)
This commit is contained in:
parent
8c0d202df4
commit
2cd1fad10b
2 changed files with 1 additions and 3 deletions
|
@ -174,8 +174,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field_tooltip {
|
.mx_Field_tooltip {
|
||||||
margin-top: -12px;
|
|
||||||
margin-left: 4px;
|
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ limitations under the License.
|
||||||
.mx_Tooltip_chevron {
|
.mx_Tooltip_chevron {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -7px;
|
left: -7px;
|
||||||
top: 10px;
|
top: calc(50% - 6px);
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-top: 7px solid transparent;
|
border-top: 7px solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue