Skip to content

Layout alignment fix in new project and edit project screen

What does this MR do? :

It fixes layout alignment in new project and edit project pages.

What do you do to fix it:

I have used bootstrap's row class on the element which is necessary when you nest grid in bootstrap. Another thing which i have done is i have removed append-bottom-0 class from fieldset tag in edit-project because that class was only setting margin-bottom value of fieldset to 0 which was already set to 0 by a previous style declaration.

Screenshots

Before - Left alignment mismatch before

After - Left alignment is perfect after

Merge request reports