Commit 4deded6e authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-form-headers' into 'master'

Fix Missing bottom line and padding for form headers

Closes #47277

See merge request gitlab-org/gitlab-ce!19410
parents 5e84f752 84dc706c
......@@ -24,6 +24,11 @@ html {
font-size: 14px;
}
legend {
border-bottom: 1px solid $border-color;
margin-bottom: 20px;
}
button,
html [type="button"],
[type="reset"],
......
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