Skip to content

Remove append-bottom-default CSS class

Jose Ivan Vargas requested to merge jivanvl-remove-append-bottom-default into master

What does this MR do?

This removes the .prepend-bottom-default css class and replaces its usage for GitLab UI, gl-mb-3 utility class

This is due to the rem values of gl-mb-3, 1 * 8px = 8px

#217418

File list

File Converted
app/views/doorkeeper/applications/index.html.haml
app/views/projects/protected_branches/show.html.haml
app/views/projects/settings/operations/_prometheus.html.haml
app/views/projects/_files.html.haml
app/views/projects/triggers/_index.html.haml
app/views/projects/triggers/edit.html.haml
app/views/projects/environments/_form.html.haml
app/views/projects/hook_logs/_index.html.haml
app/views/projects/hook_logs/show.html.haml
app/views/projects/mirrors/_instructions.html.haml
app/views/projects/tags/show.html.haml
app/views/projects/_wiki.html.haml
app/views/projects/protected_tags/show.html.haml
app/views/projects/hooks/index.html.haml
app/views/projects/hooks/edit.html.haml
app/views/projects/forks/_fork_button.html.haml
app/views/projects/blob/_editor.html.haml
app/views/projects/blob/viewers/_sketch.html.haml
app/views/projects/blob/viewers/_loading.html.haml
app/views/projects/blob/viewers/_stl.html.haml
app/views/projects/services/_form.html.haml
app/views/projects/services/prometheus/_show.html.haml
app/views/projects/services/prometheus/_help.html.haml
app/views/clusters/clusters/_gcp_signup_offer_banner.html.haml
app/views/admin/hook_logs/_index.html.haml
app/views/admin/groups/index.html.haml
app/views/admin/appearances/_form.html.haml
app/views/admin/hooks/index.html.haml
app/views/admin/hooks/edit.html.haml
app/views/admin/users/_head.html.haml
app/views/shared/web_hooks/_index.html.haml
app/views/shared/file_hooks/_index.html.haml
app/views/shared/wikis/show.html.haml
app/views/shared/wikis/_sidebar.html.haml
app/views/shared/issuable/form/_merge_params.html.haml
app/views/shared/_commit_well.html.haml
app/views/groups/settings/_lfs.html.haml
app/views/groups/settings/_permissions.html.haml
app/views/users/_overview.html.haml
app/views/profiles/passwords/edit.html.haml
app/views/profiles/show.html.haml
app/views/profiles/emails/index.html.haml
app/views/profiles/gpg_keys/index.html.haml
app/views/profiles/accounts/show.html.haml
app/views/profiles/keys/index.html.haml
app/views/profiles/active_sessions/index.html.haml
app/views/profiles/notifications/show.html.haml
app/assets/javascripts/serverless/components/functions.vue
app/assets/javascripts/serverless/components/function_details.vue
app/assets/javascripts/deploy_keys/components/app.vue
app/assets/javascripts/pipelines/components/header_component.vue
app/assets/javascripts/pipelines/components/test_reports/test_suite_table.vue
app/assets/javascripts/pipelines/components/test_reports/test_summary_table.vue
app/assets/javascripts/vue_merge_request_widget/components/states/commit_edit.vue
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue
app/assets/javascripts/issuable_suggestions/components/app.vue
app/assets/javascripts/jobs/components/environments_block.vue
app/assets/javascripts/vue_shared/components/markdown/field.vue
app/assets/javascripts/blob/pdf/pdf_viewer.vue
app/assets/javascripts/blob/notebook/notebook_viewer.vue
app/assets/javascripts/blob/sketch/index.js
app/assets/javascripts/batch_comments/components/preview_dropdown.vue
app/assets/javascripts/issue_show/components/edit_actions.vue
app/assets/javascripts/badges/components/badge_form.vue
app/assets/stylesheets/framework/common.scss
ee/app/views/projects/settings/subscriptions/_index.html.haml
ee/app/views/projects/settings/slacks/edit.html.haml
ee/app/views/projects/packages/packages/_legacy_package_list.html.haml
ee/app/views/shared/_mirror_update_button.html.haml
ee/app/views/groups/saml_providers/show.html.haml
ee/app/views/groups/hooks/index.html.haml
ee/app/views/groups/hooks/edit.html.haml
ee/app/views/groups/packages/_legacy_package_list.haml
ee/app/assets/javascripts/subscriptions/new/components/checkout/step_header.vue
ee/app/assets/javascripts/subscriptions/new/components/order_summary/summary_details.vue
ee/app/assets/javascripts/packages/details/components/installation_tabs.vue
ee/app/assets/javascripts/vue_shared/license_compliance/license_management.vue

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports