From de64ebdab8d83abeff25511716ae2461a1d74672 Mon Sep 17 00:00:00 2001 From: clash99 Date: Mon, 3 Apr 2017 11:54:06 -0500 Subject: [PATCH] Added clarify to page title to avoid overlapping buttons --- cadasta/core/static/css/single.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadasta/core/static/css/single.scss b/cadasta/core/static/css/single.scss index c33f0f094..7c3c563e5 100644 --- a/cadasta/core/static/css/single.scss +++ b/cadasta/core/static/css/single.scss @@ -26,7 +26,7 @@ .page-title { // page title padding-top: 2px; padding-bottom: 24px; - clear: both; + @include clearfix; h1, h2 { text-transform: uppercase; display: inline-block;