8000 moved comment before className · coder/coder@40ac4e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40ac4e5

Browse files
committed
moved comment before className
1 parent 5111f08 commit 40ac4e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
8686
</h4>
8787

8888
<p
89-
className="text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
90-
9189
// We've had users plug URLs directly into the
9290
// descriptions, when those URLS have no hyphens or other
9391
// easy semantic breakpoints. Need to set this to ensure
9492
// those URLs don't break outside their containing boxes
93+
className="text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
94+
95+
9596
>
9697
{t.description}
9798
</p>

0 commit comments

Comments
 (0)
0