[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

View File

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