Commit 4564492a authored by Filipa Lacerda's avatar Filipa Lacerda

Fix dropdown hover

parent 63e5e009
......@@ -488,6 +488,7 @@
position: relative;
top: 1px;
}
.ci-status-icon svg {
height: 20px;
width: 20px;
......@@ -638,8 +639,11 @@
margin: 5px 0;
li {
padding-top: 2px;
margin: 0 5px;
padding-left: 0;
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.2;
}
li:first-child {
......@@ -658,8 +662,7 @@
padding: 0;
font-size: 11px;
float: right;
clear: right;
margin-top: 3px;
margin-top: 4px;
display: inline-block;
position: relative;
......@@ -699,6 +702,9 @@
.ci-status-text {
max-width: 95px;
padding-bottom: 3px;
position: relative;
top: 3px;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment