Update small details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-06 16:01:16 +01:00
parent eafcdef2d0
commit 60056d18d4
2 changed files with 85 additions and 83 deletions

View File

@@ -45,7 +45,7 @@
</el-col>
</el-row>
<el-form-item style="margin-bottom: 40px;" label-width="70px" label="Summary:">
<el-form-item style="margin-bottom: 40px;" label-width="70px" label="Beschreibung:">
<el-input v-model="postForm.content_short" :rows="1" type="textarea" class="article-textarea" autosize placeholder="Beschreibung des Incentives" />
<span v-show="contentShortLength" class="word-counter">{{ contentShortLength }}words</span>
</el-form-item>