Skip to content
Snippets Groups Projects
Commit 78c1018d authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Felipe Artur
Browse files

Merge branch 'center-related-merge-request-items-horizontally' into 'master'

Center related merge request items horizontally

See merge request !11163
parent 85d5ca37
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,6 +42,7 @@ ul.related-merge-requests > li {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
 
.merge-request-id {
flex-shrink: 0;
Loading
Loading
@@ -50,6 +51,14 @@ ul.related-merge-requests > li {
.merge-request-info {
margin-left: 5px;
}
.row_title {
vertical-align: bottom;
}
gl-emoji {
font-size: 1em;
}
}
 
.merge-requests-title,
Loading
Loading
@@ -101,7 +110,13 @@ ul.related-merge-requests > li {
}
}
 
.merge-request-ci-status {
.merge-request-ci-status,
.related-merge-requests {
.ci-status-link {
display: block;
margin-right: 5px;
}
svg {
margin-right: 4px;
position: relative;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment