Unverified Commit 32f2e870 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #694 from chiragpipariya/patch-6

Few design issues that we found and corrected from our side
parents 58c97536 8fd87590
......@@ -30,8 +30,6 @@
>
{{ trans('media.upload file') }}
</el-button>
</div>
<el-button-group>
<el-button
type="warning"
:disabled="selectedMedia.length === 0"
......@@ -47,7 +45,7 @@
>
{{ trans('core.button.delete') }}
</el-button>
</el-button-group>
</div>
</div>
<div class="search el-col el-col-5">
<el-input prefix-icon="el-icon-search" @keyup.native="performSearch" v-model="searchQuery"></el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment