# HG changeset patch # User Lucas Thompson # Date 1493908400 -3600 # Node ID a2ba82a511158f86aed06f5ed099e7d4d71aefc5 # Parent 5ab9e6132424a779568648326e0ec6fb5333d3fb Wrap in a container with full width of parent diff -r 5ab9e6132424 -r a2ba82a51115 src/app/notebook-feed/notebook-feed.component.css --- a/src/app/notebook-feed/notebook-feed.component.css Thu May 04 15:21:52 2017 +0100 +++ b/src/app/notebook-feed/notebook-feed.component.css Thu May 04 15:33:20 2017 +0100 @@ -1,3 +1,7 @@ .break { margin-bottom: 32px; } + +.feed { + width: 100%; +} diff -r 5ab9e6132424 -r a2ba82a51115 src/app/notebook-feed/notebook-feed.component.html --- a/src/app/notebook-feed/notebook-feed.component.html Thu May 04 15:21:52 2017 +0100 +++ b/src/app/notebook-feed/notebook-feed.component.html Thu May 04 15:33:20 2017 +0100 @@ -1,9 +1,11 @@ - -
- -
-
+
+ +
+ +
+
+