Commit a23d2c55 authored by Miguel Rincon's avatar Miguel Rincon Committed by Kushal Pandya

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

parent 7ca1c6e3
......@@ -66,7 +66,7 @@ export default {
</script>
<template>
<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">
<custom-metrics-form-fields
: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