Removed redundant padding from table cells.

This commit is contained in:
Oliver Hamlet
2014-12-28 13:56:10 +00:00
parent be224d4c56
commit a9a3f417a5
@@ -93,7 +93,6 @@ html /deep/ table[is=editable-table] {
html /deep/ table[is=editable-table] td, table[is=editable-table] th {
vertical-align: top;
text-align: left;
padding: 8px;
}
html /deep/ table[is=editable-table] th {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);