diff --git a/lib/vue/src/components/input/CRichTextInput/RToolbar/TMark/Link.vue b/lib/vue/src/components/input/CRichTextInput/RToolbar/TMark/Link.vue index 416a90957..3ab96841f 100644 --- a/lib/vue/src/components/input/CRichTextInput/RToolbar/TMark/Link.vue +++ b/lib/vue/src/components/input/CRichTextInput/RToolbar/TMark/Link.vue @@ -27,8 +27,10 @@ autofocus :state="urlValid ? null : false" :placeholder="labels.urlPlaceholder" + style="min-width:100px" @keydown.enter.prevent.stop="link" - @keydown.esc.prevent.stop="close" /> + @keydown.esc.prevent.stop="close" + />