_tabla-articulos.scss 322 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .tabla-articulo { max-height: 420px; background-color: #67615e; color: #FFF; tr { display: inline-table; table-layout: fixed; } tbody { overflow-y: auto; max-height: 280px; display: block; } thead > tr > th { line-height: 30px } }