Skip to content
Snippets Groups Projects
Commit 516e8b2b authored by George Tsiolis's avatar George Tsiolis Committed by Fatih Acet
Browse files

Align issue status label and confidential icon

parent ec4fa1f5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,7 @@
margin-right: 10px;
color: $white-light;
font-size: $gl-font-size;
line-height: 25px;
line-height: $gl-line-height-24;
 
&.status-box-closed,
&.status-box-mr-closed {
Loading
Loading
Loading
Loading
@@ -271,6 +271,7 @@ $context-header-height: 60px;
$breadcrumb-min-height: 48px;
$project-title-row-height: 24px;
$gl-line-height: 16px;
$gl-line-height-24: 24px;
 
/*
* Common component specific colors
Loading
Loading
Loading
Loading
@@ -6,19 +6,16 @@
.issuable-warning-icon {
background-color: $orange-100;
border-radius: $border-radius-default;
margin: 0 $btn-side-margin 0 0;
width: $issuable-warning-size;
height: $issuable-warning-size;
text-align: center;
margin-right: $issuable-warning-icon-margin;
line-height: $gl-line-height-24;
 
.icon {
fill: $orange-600;
vertical-align: text-bottom;
}
&:first-of-type {
margin-right: $issuable-warning-icon-margin;
}
}
 
.limit-container-width {
Loading
Loading
@@ -689,7 +686,6 @@
flex: 1;
display: inline-block;
font-size: 14px;
line-height: 24px;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
Loading
Loading
---
title: Align issue status label and confidential icon.
merge_request: 23046
author: George Tsiolis
type: fixed
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