diff --git a/src/editor/menubar/Linking.svelte b/src/editor/menubar/Linking.svelte index 2741ed3..5b6fa76 100644 --- a/src/editor/menubar/Linking.svelte +++ b/src/editor/menubar/Linking.svelte @@ -99,5 +99,9 @@ display: block; text-decoration: none; line-height: 1; + text-overflow: ellipsis; + overflow: hidden; + max-width: 40vw; + white-space: nowrap; }