Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2023
1 parent 6c5d0ce commit ede5d4c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,10 +1337,15 @@
"a[href^='/discussions/'].fontWeight-600",
"button[class^='styles_textButton'] > div > span",
"h5 + p",
"div[data-test=product-item-name] + div"
"div[data-test=product-item-name] + div",
".noOfLines-1,.noOfLines-2,.noOfLines-3",
".fontWeight-600",
"[class*='styles_dropdown']",
"[class*='styles_aboutText']"
],
"globalStyles": {
"h5 + p": "height:unset;"
"h5 + p": "height:unset;",
".noOfLines-1,.noOfLines-2,.noOfLines-3": "-webkit-line-clamp:unset;"
},
"excludeTags": [
"TITLE",
Expand Down Expand Up @@ -3386,6 +3391,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-07-01T06:26:38.879Z",
"buildinConfigUpdatedAt": "2023-07-01T10:24:52.967Z",
"latestVersion": "0.7.1"
}

0 comments on commit ede5d4c

Please sign in to comment.