From af6d644a68834b462492ba3ace98f1a6b4c4c245 Mon Sep 17 00:00:00 2001 From: Atanas Yonkov Date: Thu, 18 May 2023 16:57:57 +0300 Subject: [PATCH] Fix url Input Field Width for Content Page Block --- .../components/input/CRichTextInput/RToolbar/TMark/Link.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" + />