Fixed #201 - Fixed autoLayout not working

pull/213/head
cagataycivici 2020-02-27 12:23:59 +03:00
parent 5ef214df44
commit d96e9a7dfd
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ export default {
overflow-x: auto;
}
.p-treetable-auto-layout > .p-treetable-wrapper > table {
.p-treetable-auto-layout table {
table-layout: auto;
}