Skip to content
Snippets Groups Projects
Commit 5ab5c755 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix dropdown icon alignment

parent 043cc819
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -339,7 +339,8 @@
white-space: nowrap;
transition: max-height 0.3s, padding 0.3s;
 
ul {
.stage-column-list,
.builds-container > ul {
padding: 0;
}
 
Loading
Loading
@@ -640,17 +641,6 @@
top: 8px;
}
 
// Dropdown in the big pipeline graph
.big-pipeline-graph-dropdown-menu {
padding: 0;
width: 195px;
min-width: 195px;
left: auto;
right: -195px;
top: -4px;
box-shadow: 0 1px 5px $black-transparent;
}
.ci-status-text {
max-width: 110px;
white-space: nowrap;
Loading
Loading
@@ -869,6 +859,22 @@
}
}
 
// Dropdown in the big pipeline graph
.big-pipeline-graph-dropdown-menu {
width: 195px;
min-width: 195px;
left: auto;
right: -195px;
top: -4px;
box-shadow: 0 1px 5px $black-transparent;
.mini-pipeline-graph-dropdown-item {
.ci-status-icon {
top: -1px;
}
}
}
/**
* Top arrow in the dropdown in the mini pipeline graph
*/
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