mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Styleguide styling fix for ListingCard
This commit is contained in:
parent
7ada8024de
commit
5700b6f578
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const author = createUser('user1');
|
|||
const listing = { ...createListing('listing1'), author };
|
||||
|
||||
const ListingCardWrapper = props => (
|
||||
<div style={{ width: '400px' }}>
|
||||
<div style={{ maxWidth: '400px' }}>
|
||||
<ListingCard {...props} />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue