Commit be514bf5 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '212562-hr-markup-cleanup' into 'master'

Removed <hr/> markup in favor of utility classes

See merge request gitlab-org/gitlab!29285
parents 9f8115cb dbfda53c
......@@ -36,7 +36,7 @@ export default {
<template>
<div>
<div>
<div class="border-bottom pb-4">
<h3>{{ s__('StaticSiteEditor|Success!') }}</h3>
<p>
{{
......@@ -59,9 +59,7 @@ export default {
</div>
</div>
<hr />
<div>
<div class="pt-2">
<h4>{{ s__('StaticSiteEditor|Summary of changes') }}</h4>
<ul>
<li>
......
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