Lint fixes

pull/132/head
cagataycivici 2019-12-26 21:47:11 +03:00
parent f99d84538c
commit 16aba184b7
2 changed files with 4 additions and 4 deletions

View File

@ -78,10 +78,10 @@ export default {
.p-datatable-thead > tr > th {
border: 0 none;
text-align: left;
}
}
.p-datatable-tbody > tr > td {
border: 0 none;
}
}
}
</style>

View File

@ -2288,11 +2288,11 @@ export default {
.p-datatable-thead > tr > th {
border: 0 none;
text-align: left;
}
}
.p-datatable-tbody > tr > td {
border: 0 none;
}
}
}
</CodeHighlight>
</TabPanel>