IUSCA / bioloop

Scientific data management portal and pipeline application template
Other
5 stars 2 forks source link

22 class conflicts #137

Closed ri-pandey closed 10 months ago

ri-pandey commented 10 months ago

Description

Please provide a brief description of the changes made in this PR.

Related Issue(s)

Closes #22

If applicable, please reference the issue(s) that this PR addresses. If the PR does not address any specific issue, you can remove this section.

Changes Made

List the main changes made in this PR. Be as specific as possible.

Screenshots (if applicable)

Provide screenshots or GIFs that visually represent the changes. If not applicable, you can remove this section.

about_desktop about_mobile dashboard_desktop dashboard_mobile data_products_desktop data_products_mobile login_desktop login_mobile logout_desktop logout_mobile profile_desktop profile_mobile projects_desktop projects_mobile raw_data_desktop raw_data_mobile users_desktop users_mobile

Checklist

Before submitting this PR, please make sure that:

Additional Information

After code splitting, most of the breaking changes occurred due to the omission of grid.css, which was bringing in the following selector:

.flex * {
  flex: 1 1 auto;
} 

This affected several places in the app. Most of these only needed the addition of the flex-auto class to fix.

Besides this, there are some trivial margin/padding changes here and there, to keep the layout as close to original as possible. None of the style changes should be evident to users.