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; +}