Skip to content

Commit 3925ae0

Browse files
Manuel-Suarez-Abascalwarrensplayermarktnoonan
authored
fix: truncate text to fix layout (#25270)
Co-authored-by: Stokes Player <[email protected]> Co-authored-by: Mark Noonan <[email protected]> Closes #21755
1 parent 7cbd2c5 commit 3925ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/launchpad/src/setup/OpenBrowserList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
>
5757
</div>
5858
<div
59-
class="font-medium pt-2 text-18px leading-28px"
59+
class="font-medium pt-2 px-2 text-18px leading-28px truncate"
6060
:class="checked ? 'text-jade-600' : ( browser.disabled || !browser.isVersionSupported ) ? 'text-gray-500' : 'text-indigo-600'"
6161
>
6262
{{ browser.displayName }}

0 commit comments

Comments
 (0)