Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: truncate text to fix layout #25270

Merged
merged 10 commits into from Dec 29, 2022
2 changes: 1 addition & 1 deletion packages/launchpad/src/setup/OpenBrowserList.vue
Expand Up @@ -56,7 +56,7 @@
>
</div>
<div
class="font-medium pt-2 text-18px leading-28px"
class="font-medium p-2 text-18px leading-28px truncate"
Manuel-Suarez-Abascal marked this conversation as resolved.
Show resolved Hide resolved
:class="checked ? 'text-jade-600' : ( browser.disabled || !browser.isVersionSupported ) ? 'text-gray-500' : 'text-indigo-600'"
>
{{ browser.displayName }}
Expand Down