dkniffin / active_material

ActiveAdmin skin based on Google's Material Design
MIT License
177 stars 69 forks source link

Fix responsiveness for images inside a table #56

Closed irmela closed 4 years ago

irmela commented 5 years ago

Having a column that is smaller than 320px including a image breaks the layout as the image will overlap the table.

table 2018-10-17 16-31-54

I think this line is responsible for that: https://github.com/vigetlabs/active_material/blob/62cec0f5ad40a6b689e9351d4bd9975965aaa09b/app/assets/stylesheets/active_material/prototypes/table.scss#L95