SDA-4134 Screenshot tool - JP copy dropped in 2 lines (#1827)

This commit is contained in:
Salah Benmoussati 2023-04-03 16:36:36 +02:00 committed by sbenmoussati
parent b730580b59
commit def09110d0

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;