Skip to content

Commit

Permalink
Merge pull request #1700 from jdi-testing/issue_1524-fix-styles-for-l…
Browse files Browse the repository at this point in the history
…ocator-list

Issue 1524: fix styles for locator list
  • Loading branch information
Iogsotot authored Apr 3, 2024
2 parents 9d9ee1c + c4a641b commit b2d046f
Show file tree
Hide file tree
Showing 4 changed files with 5 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.19",
"version": "3.15.20",
"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.19",
"version": "3.15.20",
"description": "jdn-ai chrome extension",
"scripts": {
"start": "webpack --watch --env devenv",
Expand Down
3 changes: 2 additions & 1 deletion src/features/locators/styles/locatorList.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
}

.ant-tree {
height: 100%;
&-treenode {
width: 100%;
align-items: flex-start;
Expand Down Expand Up @@ -129,7 +130,7 @@
}

&-list-holder {
min-height: 190px;
height: 100%;
}
}

Expand Down

0 comments on commit b2d046f

Please sign in to comment.