From 941148460d2f905f11f32375fab4d50dd894c3ea Mon Sep 17 00:00:00 2001 From: Anaggh S Date: Mon, 20 Aug 2018 16:40:25 +0530 Subject: [PATCH] small margin between buttons for cases where title is too long --- bl-kernel/admin/views/content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index 5048a360..888afdd3 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -126,8 +126,8 @@ function table($type) { echo ''.$friendlyURL.''; echo ''.PHP_EOL; - echo ' '.$L->g('Edit').''.PHP_EOL; - echo ''.PHP_EOL; + echo ' '.$L->g('Edit').''.PHP_EOL; + echo ''.PHP_EOL; echo ''; echo '';