Skip to content

Commit

Permalink
Fix UI when long links are pasted into a storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Jun 28, 2024
1 parent 950cdb5 commit f043588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/form/tiptap/TiptapEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ export default {
</script>

<style scoped lang="scss">
div.editor:deep(div.ProseMirror) {
word-wrap: anywhere;
}
div.editor:deep(p.is-editor-empty:first-child::before) {
content: attr(data-placeholder);
float: left;
Expand Down

0 comments on commit f043588

Please sign in to comment.