[bugfix] Cell: inner border width (#506)

This commit is contained in:
neverland 2018-01-04 11:29:41 +08:00 committed by GitHub
parent 0ab473a273
commit 878e8aa9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
&:not(:last-child)::after {
left: 15px;
right: 0;
width: auto;
transform: scale(1, .5);
border-bottom-width: 1px;
}