Commit 2f4a6238 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'nfriend-css-updates-for-gitlab-design-system-compliance' into 'master'

Update border radius of form controls and remove space above page titles

See merge request gitlab-org/gitlab-ce!24497
parents 8e9c6b1a 2fd784a4
......@@ -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