Skip to content

Commit

Permalink
fix(media): adjust composition of body + figure content
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Jul 16, 2019
1 parent dc02376 commit aa58dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/media/Media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
flex: 0 0 auto;
justify-self: flex-start;
margin: 0;
margin-right: 10px;
padding: 0;
}

// the main content, e.g. title and message
.bdl-Media-body {
flex: 1 1 auto;
margin-left: 10px;
// handle wrapping long words in text content without breaking
// float position of menu
word-break: break-word;
}

// the "..." menu button, meant to be used inside Media-body
Expand Down

0 comments on commit aa58dc2

Please sign in to comment.