Commit b2970190 authored by Takuya Noguchi's avatar Takuya Noguchi

Remove an extra spacing from Dashboard Issues

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent c7a93522
......@@ -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