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
8d3a075e
Commit
8d3a075e
authored
Sep 20, 2019
by
Winnie Hellmann
Committed by
Annabel Dunstone Gray
Sep 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redo fix for related issues border radius
parent
fe194ba0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+1
-0
app/assets/stylesheets/framework/card.scss
app/assets/stylesheets/framework/card.scss
+9
-0
changelogs/unreleased/winh-related-issues-border.yml
changelogs/unreleased/winh-related-issues-border.yml
+5
-0
ee/app/assets/stylesheets/pages/issues/related_issues.scss
ee/app/assets/stylesheets/pages/issues/related_issues.scss
+0
-4
No files found.
app/assets/stylesheets/framework.scss
View file @
8d3a075e
...
@@ -68,3 +68,4 @@
...
@@ -68,3 +68,4 @@
@import
'framework/flex_grid'
;
@import
'framework/flex_grid'
;
@import
'framework/system_messages'
;
@import
'framework/system_messages'
;
@import
"framework/spinner"
;
@import
"framework/spinner"
;
@import
'framework/card'
;
app/assets/stylesheets/framework/card.scss
0 → 100644
View file @
8d3a075e
.card-header
{
&
:first-child
{
// intended use case: card with only a header (for example empty related issues)
&
.border-0
,
&
.border-bottom-0
{
@include
border-radius
(
$card-inner-border-radius
);
}
}
}
changelogs/unreleased/winh-related-issues-border.yml
0 → 100644
View file @
8d3a075e
---
title
:
Redo fix for related issues border radius
merge_request
:
17172
author
:
type
:
fixed
ee/app/assets/stylesheets/pages/issues/related_issues.scss
View file @
8d3a075e
...
@@ -2,10 +2,6 @@ $token-spacing-bottom: 0.5em;
...
@@ -2,10 +2,6 @@ $token-spacing-bottom: 0.5em;
.related-issues-block
{
.related-issues-block
{
margin-top
:
3
*
$gl-vert-padding
;
margin-top
:
3
*
$gl-vert-padding
;
.card-slim
{
overflow
:
auto
;
}
}
}
.related-issues-header-help-icon
{
.related-issues-header-help-icon
{
...
...
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