aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 138 forks source link

Firefox 34.05 - display error #138

Open benjamin79 opened 9 years ago

benjamin79 commented 9 years ago

screen shot 2014-12-22 at 11 53 46

Does it look the same to you?

.reactive-table {
  display: inline-block;
}

This solved it for me. Any downside?

aslagle commented 9 years ago

You're right, looks the same for me. Thanks for catching it! I think your solution's fine.

aslagle commented 9 years ago

Actually, that makes the table not take up the full width. Adding bootstrap's 'col-sm-12' class to the table element seems better.

aslagle commented 9 years ago

This should be fixed in 0.5.11. I also added a div with the bootstrap row class around the top right controls, to prevent overlapping when the window is small.

benjamin79 commented 9 years ago

yes, you´re right. What about display: inline-table ?

aslagle commented 9 years ago

that seems to work too.