From 84cff63189f20909c1f9b773736a04208dcbe031 Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 7 Mar 2017 19:58:58 -0800 Subject: [PATCH] Clear paragraphs (#2183) * Clear paragraphs Signed-off-by: French Ben * Moved css to temp Signed-off-by: French Ben --- css/temp.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/temp.css b/css/temp.css index 5c27d2bbf0..5a44c586f7 100644 --- a/css/temp.css +++ b/css/temp.css @@ -121,3 +121,9 @@ h6 { .button.outline-btn { margin-bottom: 20px; } +/* Clearfix of floated elements within p tags */ +p:after { + content: ""; + clear: both; + display: table; +}