Shrink size of please register or sign in box

This commit is contained in:
Marcel van Remmerden 2019-08-09 12:06:45 +00:00 committed by Paul Slaughter
parent 9e19125f39
commit 3b2ec551d9
2 changed files with 6 additions and 1 deletions

View File

@ -806,7 +806,7 @@ $note-form-margin-left: 72px;
border-radius: $border-radius-base;
border: 1px solid $border-gray-normal;
color: $note-disabled-comment-color;
padding: 90px 0;
padding: $gl-padding-8 0;
&.discussion-locked {
border: 0;

View File

@ -0,0 +1,5 @@
---
title: Remove extra padding from disabled comment box
merge_request: 31603
author:
type: fixed