Skip to content

Commit

Permalink
Merge pull request #1677 from jdi-testing/issue_1529
Browse files Browse the repository at this point in the history
Issue 1529: pageObject wrong tooltip-arrow position
  • Loading branch information
TossACoinToUrProgrammer authored Mar 18, 2024
2 parents 4328b30 + b6eda5f commit fe5ec19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN — Page Object Generator",
"description": "JDN – helps Test Automation Engineer to create Page Objects in the test automation framework and speed up test development",
"devtools_page": "index.html",
"version": "3.15.11",
"version": "3.15.12",
"icons": {
"128": "icon128.png"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdn-ai-chrome-extension",
"version": "3.15.11",
"version": "3.15.12",
"description": "jdn-ai chrome extension",
"scripts": {
"start": "webpack --watch --env devenv",
Expand Down
7 changes: 6 additions & 1 deletion src/features/pageObjects/styles/pageObject.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
& .ant-tooltip {
max-width: calc(100% - 1px);
word-break: break-all;
padding: 10px 13px;
padding: 5px 14px;

.ant-tooltip-arrow {
top: 5px;
left: 27px;
}
}

& .ant-tooltip-inner {
Expand Down

0 comments on commit fe5ec19

Please sign in to comment.