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
ca1d447d
Commit
ca1d447d
authored
5 years ago
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use grid and correct border radius for status badge
parent
02e36679
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
app/assets/stylesheets/framework/issue_box.scss
app/assets/stylesheets/framework/issue_box.scss
+2
-2
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-2
changelogs/unreleased/fix-issue-mr-badge.yml
changelogs/unreleased/fix-issue-mr-badge.yml
+5
-0
No files found.
app/assets/stylesheets/framework/issue_box.scss
View file @
ca1d447d
...
...
@@ -16,10 +16,10 @@
margin-top
:
5px
;
}
border-radius
:
3px
;
border-radius
:
$border-radius-default
;
display
:
block
;
float
:
left
;
margin-right
:
10px
;
margin-right
:
$gl-padding-8
;
color
:
$white-light
;
font-size
:
$gl-font-size
;
line-height
:
$gl-line-height-24
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/issuable.scss
View file @
ca1d447d
...
...
@@ -682,8 +682,7 @@
justify-content
:
center
;
align-items
:
center
;
margin-top
:
0
;
padding-left
:
9px
;
padding-right
:
9px
;
padding
:
0
$gl-padding-8
;
@include
media-breakpoint-up
(
sm
)
{
display
:
inline-block
;
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/fix-issue-mr-badge.yml
0 → 100644
View file @
ca1d447d
---
title
:
Use grid and correct border radius for status badge
merge_request
:
author
:
type
:
other
This diff is collapsed.
Click to expand it.
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