Commit 6a7d7a66 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '250279-unnecessary-spacing-exists-in-issues-list' into 'master'

Remove an extra spacing from Dashboard Issues

Closes #250279

See merge request gitlab-org/gitlab!42459
parents ed769b4f b2970190
......@@ -731,7 +731,6 @@
.issuable-info-container {
flex: 1;
display: flex;
padding-right: $gl-padding;
.issuable-main-info {
flex: 1 auto;
......
......@@ -14,7 +14,7 @@
}
.issue {
padding: 10px 0 10px $gl-padding;
padding: 10px $gl-padding;
position: relative;
.title {
......
---
title: Remove an extra spacing from Dashboard Issues
merge_request: 42459
author: Takuya Noguchi
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