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;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
Request Pickup
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
.item-inner.no-line-after:after {
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Signature box
|
Signature box
|
||||||
|
@ -108,8 +108,8 @@
|
|||||||
<input type="checkbox" id="prepaid-label-checkbox" />
|
<input type="checkbox" id="prepaid-label-checkbox" />
|
||||||
<!-- Checkbox icon -->
|
<!-- Checkbox icon -->
|
||||||
<i class="icon icon-checkbox"></i>
|
<i class="icon icon-checkbox"></i>
|
||||||
<span class="item-inner">
|
<span class="item-inner no-line-after">
|
||||||
<span class="item-title">Package has a prepaid return label</span>
|
<span>Package has a prepaid return label</span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user