Browse Source

fix production order card overflow

Alexander Musikhin 1 week ago
parent
commit
226cc67bc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/production_orders/edit.blade.php

+ 1 - 1
resources/views/production_orders/edit.blade.php

@@ -121,7 +121,7 @@
 
                 </div>
                 <div class="col-xl-7">
-            <div class="card h-100">
+            <div class="card h-100 overflow-hidden">
                 <div class="card-header d-flex justify-content-between align-items-center">
                     <strong>Оборудование</strong>
                 </div>