Skip to content

Commit

Permalink
cell: fix after title slot style (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
naifen00 authored and lichunqiang committed Jun 11, 2018
1 parent c0b9f33 commit fbfdb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cell/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
flex: 1;
}
.vux-label {
display: block;
display: inline-block;
word-wrap: break-word;
word-break: break-all;
}
Expand Down

0 comments on commit fbfdb6e

Please sign in to comment.