Skip to content

Commit

Permalink
Merge pull request brave#10435 from luixxiul/fix-sortableTable-border…
Browse files Browse the repository at this point in the history
…Collapse

Enable border on sortableTable by default
  • Loading branch information
luixxiul committed Aug 15, 2017
2 parents d6f1628 + a036a87 commit 46b16c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/renderer/components/common/sortableTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,10 @@ const styles = StyleSheet.create({
table: {
boxSizing: 'border-box',
cursor: 'default',
borderSpacing: 0
borderSpacing: 0,

// #10434: Enable border on the table by default
borderCollapse: 'collapse'
},

// Setting 'fillAvailable' maximizes the width of the table.
Expand Down

0 comments on commit 46b16c5

Please sign in to comment.