Skip to content

Commit

Permalink
fix: truncate text to fix layout (#25270)
Browse files Browse the repository at this point in the history
Co-authored-by: Stokes Player <stokes.player@gmail.com>
Co-authored-by: Mark Noonan <mark@cypress.io>
Closes #21755
  • Loading branch information
Manuel-Suarez-Abascal authored Dec 29, 2022
1 parent 7cbd2c5 commit 3925ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launchpad/src/setup/OpenBrowserList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
>
</div>
<div
class="font-medium pt-2 text-18px leading-28px"
class="font-medium pt-2 px-2 text-18px leading-28px truncate"
:class="checked ? 'text-jade-600' : ( browser.disabled || !browser.isVersionSupported ) ? 'text-gray-500' : 'text-indigo-600'"
>
{{ browser.displayName }}
Expand Down

5 comments on commit 3925ae0

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3925ae0 Dec 29, 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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.1/linux-arm64/develop-3925ae062a9b9dca4cc9d61391ce5f6ff0525a8b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3925ae0 Dec 29, 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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.1/linux-x64/develop-3925ae062a9b9dca4cc9d61391ce5f6ff0525a8b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3925ae0 Dec 29, 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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.1/darwin-arm64/develop-3925ae062a9b9dca4cc9d61391ce5f6ff0525a8b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3925ae0 Dec 29, 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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.1/darwin-x64/develop-3925ae062a9b9dca4cc9d61391ce5f6ff0525a8b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3925ae0 Dec 30, 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 win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.1/win32-x64/develop-3925ae062a9b9dca4cc9d61391ce5f6ff0525a8b/cypress.tgz

Please sign in to comment.