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.