Added ability to create a dashed vertical line in arrays, using ':' (#1395)

* hacked together a dashed vertical bar

* Updated tests and spec.

* tidied up the screenshot template for arrays

* added the vertical lines at the end back

* Updated screenshots for arrays
This commit is contained in:
Zachary Riedlshah
2018-06-04 11:52:30 +12:00
committed by Kevin Barabash
parent fcb32f058b
commit 4492eedb68
6 changed files with 24 additions and 3 deletions

View File

@@ -405,6 +405,10 @@
border-right: 0.05em solid;
}
.vs-dashed {
border-right: 0.05em dashed;
}
.arraycolsep {
display: inline-block;
}