Commit 3a3b4e93 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '13406-new-metric-page-title-should-be-aligned-correctly' into 'master'

Align "New metric" page title correctly to the rest of the page

Closes #13406

See merge request gitlab-org/gitlab-ee!15259
parents 7ca1c6e3 a23d2c55
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
</script> </script>
<template> <template>
<div class="row my-3"> <div class="row my-3">
<h4 class="text-center prepend-top-0">{{ titleText }}</h4> <h4 class="prepend-top-0 col-lg-8 offset-lg-2">{{ titleText }}</h4>
<form ref="form" class="col-lg-8 offset-lg-2" :action="customMetricsPath" method="post"> <form ref="form" class="col-lg-8 offset-lg-2" :action="customMetricsPath" method="post">
<custom-metrics-form-fields <custom-metrics-form-fields
:form-operation="formOperation" :form-operation="formOperation"
......
---
title: Align "New metric" page title correctly to the rest of the page
merge_request: 15259
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment