Make prepaid checkbox work more better (text wraps, no hairline after)
This commit is contained in:
parent
ee8b225d7c
commit
10a8b3f23f
@ -145,6 +145,16 @@ html.md #track-page-tabbar .tabbar-label {
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Request Pickup
|
||||
|
||||
*/
|
||||
|
||||
.item-inner.no-line-after:after {
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Signature box
|
||||
|
@ -108,8 +108,8 @@
|
||||
<input type="checkbox" id="prepaid-label-checkbox" />
|
||||
<!-- Checkbox icon -->
|
||||
<i class="icon icon-checkbox"></i>
|
||||
<span class="item-inner">
|
||||
<span class="item-title">Package has a prepaid return label</span>
|
||||
<span class="item-inner no-line-after">
|
||||
<span>Package has a prepaid return label</span>
|
||||
</span>
|
||||
</label>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user