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

Fix dropdown hover

parent 63e5e009
...@@ -488,6 +488,7 @@ ...@@ -488,6 +488,7 @@
position: relative; position: relative;
top: 1px; top: 1px;
} }
.ci-status-icon svg { .ci-status-icon svg {
height: 20px; height: 20px;
width: 20px; width: 20px;
...@@ -638,8 +639,11 @@ ...@@ -638,8 +639,11 @@
margin: 5px 0; margin: 5px 0;
li { li {
padding-top: 2px;
margin: 0 5px; margin: 0 5px;
padding-left: 0;
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.2;
} }
li:first-child { li:first-child {
...@@ -658,8 +662,7 @@ ...@@ -658,8 +662,7 @@
padding: 0; padding: 0;
font-size: 11px; font-size: 11px;
float: right; float: right;
clear: right; margin-top: 4px;
margin-top: 3px;
display: inline-block; display: inline-block;
position: relative; position: relative;
...@@ -699,6 +702,9 @@ ...@@ -699,6 +702,9 @@
.ci-status-text { .ci-status-text {
max-width: 95px; 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