Skip to content

Remove float right from btn-cancel buttons

What does this MR do?

Remove a pesky rule that pulls btn-cancel buttons to the right.

Most of these buttons are in HAML forms (in admin pages), so the effect of the change is like this:

before after
Screen_Shot_2021-05-18_at_4.10.37_pm Screen_Shot_2021-05-18_at_4.10.29_pm

Or in some cases where they are in existing flex containers, such as modal-footers. In this case the float: right was already doing nothing, so the change has no impact

Screen_Shot_2021-05-18_at_4.14.05_pm

Related to #331057 (closed)

Edited by Simon Knox

Merge request reports