mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[bugfix] Tag: text line height in android browser (#773)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
.van-tag {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
line-height: 18px;
|
||||
padding: 2px 5px;
|
||||
line-height: normal;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
background: $gray;
|
||||
|
Reference in New Issue
Block a user