Skip to content

Fix padding on CI settings tables in mobile version

What does this MR do?

Fix for: #213351 (closed)

Fix padding on CI settings tables in mobile version

To make the table more compact in larger screens some extra padding was removed, however this removed all space in the mobile version as well.

This change fixes that, by restoring the padding and aligning the row actions to the right.

Screenshots

Test this change at: http://127.0.0.1:3000/root/<project>/-/settings/ci_cd

Variables table

before after
Screen_Shot_2020-09-08_at_2.16.07_PM Screen_Shot_2020-09-08_at_2.16.40_PM
Screen_Shot_2020-09-08_at_2.16.59_PM Screen_Shot_2020-09-08_at_2.17.22_PM

Note: No changes are expected on large screens, those screenshots are added as an extra verification.

Deploy freeze table

before after
Screen_Shot_2020-09-08_at_2.20.49_PM Screen_Shot_2020-09-08_at_2.20.24_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Miguel Rincon

Merge request reports

Loading