Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b2970190
Commit
b2970190
authored
Sep 16, 2020
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove an extra spacing from Dashboard Issues
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
c7a93522
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-1
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+1
-1
changelogs/unreleased/250279-unnecessary-spacing-exists-in-issues-list.yml
...ased/250279-unnecessary-spacing-exists-in-issues-list.yml
+5
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
b2970190
...
...
@@ -731,7 +731,6 @@
.issuable-info-container
{
flex
:
1
;
display
:
flex
;
padding-right
:
$gl-padding
;
.issuable-main-info
{
flex
:
1
auto
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
b2970190
...
...
@@ -14,7 +14,7 @@
}
.issue
{
padding
:
10px
0
10px
$gl-padding
;
padding
:
10px
$gl-padding
;
position
:
relative
;
.title
{
...
...
changelogs/unreleased/250279-unnecessary-spacing-exists-in-issues-list.yml
0 → 100644
View file @
b2970190
---
title
:
Remove an extra spacing from Dashboard Issues
merge_request
:
42459
author
:
Takuya Noguchi
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment