Skip to content

Commit

Permalink
Merge pull request #287 from webjyh/master
Browse files Browse the repository at this point in the history
修复 Toast 文本模式下 最小高度问题
  • Loading branch information
airyland authored Jun 22, 2016
2 parents db482a8 + a0fff09 commit 1030678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
color: #F76260;
}
.weui_toast.weui_toast_text{
min-height: auto;
min-height: 0;
}
.weui_toast_text .weui_toast_content {
margin: 0;
Expand Down

0 comments on commit 1030678

Please sign in to comment.