Merge pull request #1831 from sbenmoussati/bugfix/SDA-4134-main

SDA-4134 Screenshot tool - JP copy dropped in 2 lines (#1827)
This commit is contained in:
NguyenTranHoangSym 2023-04-04 09:38:19 +07:00 committed by GitHub
commit 1c9a0bafa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,8 @@ body.using-mouse :focus {
.menu {
box-sizing: border-box;
top: -85px;
left: -113px;
right: 0px;
width: max-content;
display: flex;
flex-direction: column;
align-items: flex-start;
@ -246,14 +247,6 @@ body.using-mouse :focus {
cursor: pointer;
}
.menu:lang(fr-FR) {
left: -179px;
}
.menu:lang(ja-JP) {
left: -149px;
}
.menu-button-wrapper {
position: relative;
margin-right: 32px;