Skip to content
Snippets Groups Projects
Unverified Commit 55f180d2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix positioning of add-to-tree dropdown

parent bbec7216
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,6 +36,10 @@ html [type="button"],
cursor: pointer;
}
 
a {
color: $gl-link-color;
}
.form-group.row .col-form-label {
// Bootstrap 4 aligns labels to the left
// for horizontal forms
Loading
Loading
Loading
Loading
@@ -432,11 +432,3 @@ textarea {
color: $placeholder-text-color;
}
}
/**
* global colors
*/
a {
color: $gl-link-color;
}
Loading
Loading
@@ -41,11 +41,6 @@
position: relative;
}
}
.add-to-tree-dropdown {
position: absolute;
left: 18px;
}
}
}
 
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