Skip to content

Commit 19cf62d

Browse files
committed
feat: adjust size in the boxes in the manual print view
1 parent 03b3819 commit 19cf62d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/admin/manual_printing/index.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
<!-- Layout 2 Columnas -->
1515
<div class="px-6 pb-6">
16-
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6"
16+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6"
1717
data-controller="serial printer print-form"
1818
data-serial-base-url-value="/api/serial"
1919
data-serial-auto-connect-value="true"
2020
data-action="serial:weightRead->print-form#updateWeight serial:labelPrinted->print-form#onLabelPrinted">
2121

2222
<!-- Columna Izquierda: Información -->
23-
<div class="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6">
23+
<div class="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 lg:col-span-1">
2424
<div class="flex items-center justify-between mb-6">
2525
<h2 class="text-xl font-bold text-gray-900">Información de Dispositivos</h2>
2626
<div class="p-2 rounded-full bg-blue-gem-100">
@@ -53,7 +53,7 @@
5353
</div>
5454

5555
<!-- Columna Derecha: Configuración de Etiqueta -->
56-
<div class="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6">
56+
<div class="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 lg:col-span-2">
5757
<div class="flex items-center justify-between mb-6">
5858
<h2 class="text-xl font-bold text-gray-900">Configuración de Etiqueta</h2>
5959
<div class="p-2 rounded-full bg-blue-gem-100">

0 commit comments

Comments
 (0)