Added no-data and no-filtered-data properties to the component Table
This commit is contained in:
Rijn 2017-01-04 16:42:27 -06:00
parent ba3a2f1e57
commit cf7887ba61
3 changed files with 142 additions and 10 deletions

View file

@ -305,4 +305,14 @@
padding: 0;
}
}
&-tip {
table {
width: 100%;
td {
text-align: center;
}
}
}
}