Dan Brown

Fixed issue with callouts overflowing page tags

Closes #179
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
135 border-left: 3px solid #BBB; 135 border-left: 3px solid #BBB;
136 background-color: #EEE; 136 background-color: #EEE;
137 padding: $-s; 137 padding: $-s;
138 + display: flex;
138 &:before { 139 &:before {
139 font-family: 'Material-Design-Iconic-Font'; 140 font-family: 'Material-Design-Iconic-Font';
140 padding-right: $-s; 141 padding-right: $-s;
......