8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5111f08 commit 40ac4e5Copy full SHA for 40ac4e5
site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx
@@ -86,12 +86,13 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
86
</h4>
87
88
<p
89
- className="text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
90
-
91
// We've had users plug URLs directly into the
92
// descriptions, when those URLS have no hyphens or other
93
// easy semantic breakpoints. Need to set this to ensure
94
// those URLs don't break outside their containing boxes
+ className="text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
+
95
96
>
97
{t.description}
98
</p>
0 commit comments