Skip to content

Commit ed50bfb

Browse files
committed
clean up css
1 parent 17996ab commit ed50bfb

File tree

1 file changed

+1
-13
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Explorer/ExternalResources

1 file changed

+1
-13
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Explorer/ExternalResources/index.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,7 @@ export const ExternalResources: FunctionComponent<{ readonly: boolean }> = ({
5656
':hover, :focus-within': { button: { opacity: 1 } },
5757
}}
5858
>
59-
<Link
60-
block
61-
maxWidth="100%"
62-
css={css({
63-
wordBreak: 'break-all',
64-
overflow: 'hidden',
65-
textOverflow: 'ellipsis',
66-
'-webkit-line-clamp': 1,
67-
'-webkit-box-orient': 'vertical',
68-
})}
69-
href={resource}
70-
target="_blank"
71-
>
59+
<Link block maxWidth="100%" href={resource} target="_blank">
7260
{getName(resource)}
7361
</Link>
7462
{!readonly && (

0 commit comments

Comments
 (0)