declarative table layout and option (#2007)

* added scroll bar to table content
This commit is contained in:
Leila Lali
2018-07-24 15:04:21 -07:00
committed by GitHub
parent b27018b379
commit 6783766c33
7 changed files with 118 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
.declarative-table {
padding: 5px 30px 0px 30px;
box-sizing: border-box;
width:100%;
border-collapse: collapse;
}
@@ -13,6 +13,7 @@
padding: 5px;
border: 1px solid gray;
background-color: #F5F5F5;
vertical-align: top;
}
.vs-dark .declarative-table-header {