Unverified Commit 8fd87590 authored by Chirag Pipariya's avatar Chirag Pipariya Committed by GitHub

Few design issues that we found and corrected from our side

Media Module List Buttons are shown uneven so we corrected. please check and approve so we can used in next version properly.
Thanks.
parent 58c97536
......@@ -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