Skip to content

Commit

Permalink
fix: iOS improvement for DataTable
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 13, 2016
1 parent 7b2fce1 commit 5c0c1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vue-components/data-table/data-table.ios.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
table
width 100%
table-layout fixed
empty-cells hide
tr
background white
td
td, th
text-overflow ellipsis
white-space nowrap
overflow hidden
Expand Down

0 comments on commit 5c0c1a3

Please sign in to comment.