Commit f8f5724b authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 7fed1bff 9269ac1b
......@@ -128,7 +128,7 @@ label {
.form-control {
@include box-shadow(none);
border-radius: 2px;
border-radius: $border-radius-default;
padding: $gl-vert-padding $gl-input-padding;
&.input-short {
......
......@@ -2,7 +2,6 @@
@extend .d-flex;
@extend .align-items-center;
padding-top: $gl-padding-top;
border-bottom: 1px solid $border-color;
.page-title {
......
---
title: Update `border-radius` of form controls and remove extra space above page titles
merge_request: 24497
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