From ff5f426ac5c10bc1fda4a4c02d5ae18b4f4a7555 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 6 Apr 2023 15:14:18 +0200 Subject: [PATCH] bugfix(text): new line --- CHANGELOG.md | 2 +- assets/css/style.css | 1 + src/views/html-text-petition.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0703a8..ee680ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [1.6.2] - 2023-04-05 ### Fixed -- new line after petition +- bottom margin ## [1.6.1] - 2022-08-30 ### Fixed diff --git a/assets/css/style.css b/assets/css/style.css index 9298ec1..ffa7f0a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,6 +1,7 @@ .wpdesk-rating-petition { font-size: 15px; width: 100%; + margin-bottom: 15px; } .wpdesk-rating-petition a { diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php index 5d85310..c176d09 100644 --- a/src/views/html-text-petition.php +++ b/src/views/html-text-petition.php @@ -16,5 +16,5 @@ '<span class="star">★★★★★</span><span class="plugins-repository">', '</span></a>' ) - ); ?><br /><br /> + ); ?> </div> \ No newline at end of file -- GitLab