Skip to content

Commit

Permalink
[improvement] Notify: support word break
Browse files Browse the repository at this point in the history
支持 #1324
  • Loading branch information
rex-zsd committed Feb 20, 2019
1 parent b571266 commit ca636d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/notify/index.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
@import '../common/style/var.less';

.van-notify {
z-index: 110;
position: fixed;
top: 0;
z-index: 110;
width: 100%;
text-align: center;
box-sizing: border-box;
padding: @notify-padding;
font-size: @notify-font-size;
line-height: @notify-line-height;
text-align: center;
word-break: break-all;
box-sizing: border-box;
}

0 comments on commit ca636d3

Please sign in to comment.