Remove float right from btn-cancel buttons
requested to merge 331057-follow-up-from-audit-and-update-buttons-on-projects-tagscontroller-index into master
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 |
---|---|
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
Related to #331057 (closed)
Edited by Simon Knox