The current next actions screen is using margin-bottom and position: absolute properties to position elements (cf. .card class) . As the .card class is used in other places, it sometimes may break the HTML elements' flow.
A better option would be designing the next actions screen using a Grid layout.
The current next actions screen is using
margin-bottomandposition: absoluteproperties to position elements (cf..cardclass) . As the.cardclass is used in other places, it sometimes may break the HTML elements' flow.A better option would be designing the next actions screen using a Grid layout.