Skip to content

Commit

Permalink
fix: prevent RunCard styles from leaking (#22014)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
  • Loading branch information
marktnoonan and mjhenkes authored Jun 1, 2022
1 parent e12e0d9 commit d875564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/runs/RunCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const tags = computed(() => {

</script>

<style>
<style scoped>
li:not(:first-child)::before {
content: '.';
@apply -mt-8px text-lg text-gray-400 pr-8px
Expand Down

2 comments on commit d875564

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d875564 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.1/linux-x64/develop-d875564cb51f640145dbb669d6b28d1fe2a4a0a8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d875564 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.1/darwin-x64/develop-d875564cb51f640145dbb669d6b28d1fe2a4a0a8/cypress.tgz

Please sign in to comment.