mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
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:
committed by
Kevin Barabash
parent
fcb32f058b
commit
4492eedb68
@@ -405,6 +405,10 @@
|
||||
border-right: 0.05em solid;
|
||||
}
|
||||
|
||||
.vs-dashed {
|
||||
border-right: 0.05em dashed;
|
||||
}
|
||||
|
||||
.arraycolsep {
|
||||
display: inline-block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user