diff --git a/src/components/attachment/attachment.style.js b/src/components/attachment/attachment.style.js index 74e355c4..5fb4701c 100644 --- a/src/components/attachment/attachment.style.js +++ b/src/components/attachment/attachment.style.js @@ -3,7 +3,8 @@ export default { selector: '.Attachment', validInnerComponents: [ 'Border', - 'ButtonUnstyled' + 'ButtonUnstyled', + 'Input' ], defaultRules: [ { diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 79f62806..39b1a409 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -38,7 +38,7 @@ v-if="edit" v-model="localDescription" type="text" - class="description-field" + class="input description-field" :placeholder="$t('post_status.media_description')" @keydown.enter.prevent="" > @@ -253,7 +253,7 @@ v-if="edit" v-model="localDescription" type="text" - class="description-field" + class="input description-field" :placeholder="$t('post_status.media_description')" @keydown.enter.prevent="" >