Skip to content

Commit a73abae

Browse files
committed
add margins to storybook
1 parent 251036d commit a73abae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/primer-avatars/stories.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ storiesOf('Avatars', module)
2828
))
2929
.add('AvatarStack', () => (
3030
<div>
31-
<div className='AvatarStack AvatarStack--3'>
31+
<div className='AvatarStack AvatarStack--3 mb-2'>
3232
<div className='AvatarStack-body tooltipped tooltipped-se temp-tooltipped-align-left' aria-label='five avatars'>
3333
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
3434
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
@@ -38,13 +38,13 @@ storiesOf('Avatars', module)
3838
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
3939
</div>
4040
</div>
41-
<div className='AvatarStack AvatarStack--2'>
41+
<div className='AvatarStack AvatarStack--2 mb-2'>
4242
<div className='AvatarStack-body tooltipped tooltipped-se temp-tooltipped-align-left' aria-label='two avatars'>
4343
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
4444
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
4545
</div>
4646
</div>
47-
<div className='AvatarStack AvatarStack--3 AvatarStack--right'>
47+
<div className='AvatarStack AvatarStack--3 AvatarStack--right mb-2'>
4848
<div className='AvatarStack-body tooltipped tooltipped-sw temp-tooltipped-align-right' aria-label='five avatars'>
4949
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://avatars0.githubusercontent.com/u/602352?v=4&s=40'/>
5050
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://avatars3.githubusercontent.com/u/11571?v=4&s=40'/>
@@ -54,7 +54,7 @@ storiesOf('Avatars', module)
5454
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
5555
</div>
5656
</div>
57-
<div className='AvatarStack AvatarStack--2 AvatarStack--right'>
57+
<div className='AvatarStack AvatarStack--2 AvatarStack--right mb-2'>
5858
<div className='AvatarStack-body tooltipped tooltipped-sw temp-tooltipped-align-right' aria-label='two avatars'>
5959
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>
6060
<img className='avatar' alt='Uncle Cat' width='20' height='20' src='https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png'/>

0 commit comments

Comments
 (0)