From d1e4aab05bb26676d8c442a23cf82216c8ef59c6 Mon Sep 17 00:00:00 2001
From: Woraprat <73052317+aeworaprat@users.noreply.github.com>
Date: Tue, 14 Mar 2023 21:16:03 +0700
Subject: [PATCH] update general select

---
 html/exhi/application/views/general/v_general_select.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/html/exhi/application/views/general/v_general_select.php b/html/exhi/application/views/general/v_general_select.php
index 1df619a..c8d5d63 100644
--- a/html/exhi/application/views/general/v_general_select.php
+++ b/html/exhi/application/views/general/v_general_select.php
@@ -210,7 +210,7 @@ span{
 						<div class="card-body " style='padding: 20px; margin-left: 5px;'>
 							<div class="row">
 								<div class="col-6">
-								<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
+									<div style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></div>
 								</div>
 								<div class="col-6">
 									<div class="row">
@@ -251,7 +251,7 @@ span{
 									</div>
 								</div>
 								<div class="col-6">
-									<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
+									<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
 								</div>
 							</div>
 						</div>
@@ -271,7 +271,7 @@ span{
 								</div>
 							</div>
 							<div class="col-12">
-							<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
+							<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
 							</div>
 						</div>
 						<?php } ?>
@@ -279,7 +279,7 @@ span{
 						<div class="card-body" style='padding: 20px; margin-left: 5px; text-align: justify;'>
 							<div class="row">
 								<div class="col-12">
-									<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
+									<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
 								</div>
 								<div class="col-6">
 									<a href="<?php echo base_url().$d->image1 ?>" data-toggle="lightbox" data-gallery="example-gallery">
-- 
GitLab