Commit 73c45fac authored by Illya Klymov's avatar Illya Klymov

Merge branch '257865-not-enough-padding-below-last-commit-widget-on-files-page' into 'master'

Increase padding below last commit widget on files page

Closes #257865

See merge request gitlab-org/gitlab!43570
parents 60dfe676 68cdcf42
......@@ -3,7 +3,6 @@
color: $gl-text-color;
border: 1px solid $border-color;
border-radius: $border-radius-default;
margin-bottom: $gl-padding-8;
.card.card-body-segment {
padding: $gl-padding;
......
......@@ -778,7 +778,7 @@
}
.btn {
margin-top: $gl-padding-8;
margin-bottom: $gl-padding-8;
padding: $gl-btn-vert-padding $gl-btn-padding;
line-height: $gl-btn-line-height;
......
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