mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
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:
commit
1c9a0bafa6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user