diff --git a/partnerexpo-core.php b/partnerexpo-core.php index b9e7c4f..86fb827 100644 --- a/partnerexpo-core.php +++ b/partnerexpo-core.php @@ -9,7 +9,7 @@ * Plugin Name: PartnerExpo Core * Plugin URI: https://partnerexpo.eu * Description: A PartnerEXPO oldal belső pluginja - * Version: 1.1.4 + * Version: 1.1.5 * Author: Juhász Levente * Author URI: https://github.com/Duskell/ * License: GPL-2.0+ @@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) { die; } -define( 'PARTNEREXPO_CORE_VERSION', '1.1.4' ); +define( 'PARTNEREXPO_CORE_VERSION', '1.1.5' ); function activate_partnerexpo_core() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php'; diff --git a/public/css/comments.css b/public/css/comments.css index d7642ed..f5c2d29 100644 --- a/public/css/comments.css +++ b/public/css/comments.css @@ -41,8 +41,8 @@ .pexpo-core-comment-group { display: flex; - gap: 20px; - padding-right: 20px; + gap: 100px; + /* padding-right: 20px; */ } .pexpo-core-comment { diff --git a/public/partials/partnerexpo-core-public-comments.php b/public/partials/partnerexpo-core-public-comments.php index c2da03b..8be4e1c 100644 --- a/public/partials/partnerexpo-core-public-comments.php +++ b/public/partials/partnerexpo-core-public-comments.php @@ -25,7 +25,12 @@ if ( ! empty( $comments ) ) { echo '