Fix declarative table missing right border (#9794)

This commit is contained in:
Charles Gagnon
2020-03-30 16:13:20 -07:00
committed by GitHub
parent 9b641490ea
commit cbc7d6fcac

View File

@@ -17,5 +17,5 @@
.declarative-table-cell {
padding: 5px;
border-left: 1px solid;
border: 1px solid;
}