File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/dokploy/components/dashboard/projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ export const ShowProjects = () => {
186186 target = "_blank"
187187 href = { `${ domain . https ? "https" : "http" } ://${ domain . host } ${ domain . path } ` }
188188 >
189- < span > { domain . host } </ span >
189+ < span className = "truncate" > { domain . host } </ span >
190190 < ExternalLinkIcon className = "size-4 shrink-0" />
191191 </ Link >
192192 </ DropdownMenuItem >
@@ -222,7 +222,7 @@ export const ShowProjects = () => {
222222 target = "_blank"
223223 href = { `${ domain . https ? "https" : "http" } ://${ domain . host } ${ domain . path } ` }
224224 >
225- < span > { domain . host } </ span >
225+ < span className = "truncate" > { domain . host } </ span >
226226 < ExternalLinkIcon className = "size-4 shrink-0" />
227227 </ Link >
228228 </ DropdownMenuItem >
You can’t perform that action at this time.
0 commit comments