Added table borders in demo

This commit is contained in:
euvl
2017-04-05 12:43:19 +01:00
parent 2f1ca215b8
commit bc92cd6cf0

View File

@@ -193,5 +193,11 @@ button {
table.props {
width: 100%;
text-align: left;
border-collapse: collapse;
td, th {
border: 1px solid #eee;
padding: 4px 8px;
}
}
</style>