Skip to content

Commit

Permalink
Fixed #4978
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Jan 31, 2018
1 parent 65c6816 commit 1de8d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
cursor: pointer;
}

.ui-table-auto-layout > .ui-table-wrapper {
overflow-x: auto;
}

.ui-table-auto-layout > .ui-table-wrapper > table {
table-layout: auto;
}
Expand Down

0 comments on commit 1de8d55

Please sign in to comment.