Skip to content

Commit

Permalink
Changes as IE & Edge dosen't support display: contents
Browse files Browse the repository at this point in the history
  • Loading branch information
akki-jat committed Aug 14, 2018
1 parent 6d833ce commit 21475c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/select/src/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="el-select__tags-text">+ {{ selected.length - 1 }}</span>
</el-tag>
</span>
<transition-group @after-leave="resetInputHeight" v-if="!collapseTags" style="display: contents;">
<transition-group @after-leave="resetInputHeight" v-if="!collapseTags">
<el-tag
v-for="item in selected"
:key="getValueKey(item)"
Expand Down
1 change: 0 additions & 1 deletion packages/theme-chalk/src/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
z-index: $--index-normal;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 21475c6

Please sign in to comment.