You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kingmaker9841
changed the title
Grid gap is provided also for the first and the last item in a row
Grid gap is provided also for the first and the last item in a row. How do you override that?
Nov 3, 2020
I think this one might refer to the 20px margin on the far left and far right on one of the containers. I ran into that myself but have just offset it with a containerStyle on the main container: <Carousel cols={4} rows={2} containerStyle={{margin: '0 -20px'}}>
No description provided.
The text was updated successfully, but these errors were encountered: