CSS definition for class row to use min-width instead of width

Hi,

When using row inside a list, the width defined at 100% behaves quite oddly, applying padding and margins differently on the left and right side for instance.

All these problems are solved if in the CSS for class “row” instead of width: 100% I use min-width: 100%, is there a problem I still haven’t found by changing this? (At the moment I am overwriting it in my local CSS but I think it should go into Ionic CSS).

Cheers,