Files
openfoodnetwork/app/views
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
..
2022-06-01 17:16:54 +10:00
2022-09-29 16:03:45 +02:00
2022-06-30 19:19:10 -03:00