Files
openfoodnetwork/app/views/spree/admin/orders
Jean-Baptiste Bellet 7556eee5d4 Do not display: flex; a td but its child
Actually, having `td.actions` with `display: flex;` cancel the `table-cell` height computation and it's then impossible to solve.
The solution here is to have a child (`div.flex`) that is `display: flex` and then the parent `td` can compute its height (as the same than its current row).
2022-11-28 14:36:51 +01:00
..
2021-09-08 14:28:31 +01:00
2022-11-25 16:47:48 +01:00
2022-08-31 16:47:04 +10:00