Fix url Input Field Width for Content Page Block

This commit is contained in:
Atanas Yonkov
2023-05-18 17:01:06 +03:00
parent ae731eee20
commit af6d644a68
@@ -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"
/>
<b-input-group-append>
<b-button
@click="link"