Skip to content

Commit

Permalink
Add padding to variant select result image
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored and jhawthorn committed Apr 4, 2017
1 parent 077e212 commit 4842050
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
align-items: flex-start;
}

.media-left {
padding: .5rem .5rem 0 0;
}

.media-body {
flex: 1;
}

0 comments on commit 4842050

Please sign in to comment.