From 77fb39778fc4ebb3eea9e9801320efe1a4878c9a Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:08:52 -0500 Subject: =?UTF-8?q?Add=20Almacen,=20Ruta,=20Camiones=20(Flota,=20Camiones,?= =?UTF-8?q?=20Aver=C3=ADas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #TODO - Arreglar combos - AƱadir los reducer de camiones, rutas, almacen --- front/odiparpack/app/styles/components/Table.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'front/odiparpack/app/styles/components/Table.scss') diff --git a/front/odiparpack/app/styles/components/Table.scss b/front/odiparpack/app/styles/components/Table.scss index 04209f0..464c449 100644 --- a/front/odiparpack/app/styles/components/Table.scss +++ b/front/odiparpack/app/styles/components/Table.scss @@ -79,10 +79,9 @@ table.big{ } .tableCrud{ - table-layout: fixed; + table-layout: auto; .hiddenField{ opacity: 0; - position: absolute; } .editing{ background: material-color('lime', '50'); -- cgit v1.2.3