File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -266,16 +266,18 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
266
266
</ div >
267
267
</ ItemField >
268
268
< ItemField className = "flex w-3/12" >
269
- < a href = { p . info . changeUrl } className = "cursor-pointer" >
270
- < div className = "flex space-x-2 truncate" >
271
- < span
272
- className = "font-medium text-gray-500 dark:text-gray-50 truncate"
273
- title = { p . info . branch }
274
- >
275
- { p . info . branch }
276
- </ span >
277
- </ div >
278
- </ a >
269
+ < div className = "truncate" >
270
+ < a href = { p . info . changeUrl } className = "cursor-pointer" >
271
+ < div className = "flex space-x-2 truncate" >
272
+ < span
273
+ className = "font-medium text-gray-500 dark:text-gray-50 truncate"
274
+ title = { p . info . branch }
275
+ >
276
+ { p . info . branch }
277
+ </ span >
278
+ </ div >
279
+ </ a >
280
+ </ div >
279
281
< span className = "flex-grow" />
280
282
</ ItemField >
281
283
</ Item >
You can’t perform that action at this time.
0 commit comments