]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-302 Редактирование букета origin/feature-erp_302-fixes
authormarina <m.zozirova@gmail.com>
Thu, 27 Feb 2025 07:38:57 +0000 (10:38 +0300)
committermarina <m.zozirova@gmail.com>
Thu, 27 Feb 2025 07:38:57 +0000 (10:38 +0300)
erp24/views/bouquet/_product_list.php

index b198550182a8450efd1fd0d94abbede4f3a9a587..d044e165be523401a6c414b2b6d4f42bea3e18b8 100644 (file)
@@ -50,8 +50,8 @@
     </div>
 <?php }?>
 <?php if ($model && !empty($model->error_text)): ?>
-    <div class="row">
-        <span class="badge bg-danger fs-6 ms-3 text-white w-95 mb-4 d-block" style="word-wrap: break-word; white-space: normal;">
+    <div class="row pt-1">
+        <span class="badge bg-danger fs-6 text-white w-100 d-block" style="word-wrap: break-word; white-space: normal;">
             <?= Html::encode($model->error_text) ?>
         </span>
     </div>