Fix positioning of add-to-tree dropdown

上级 bbec7216
......@@ -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
......
......@@ -432,11 +432,3 @@ textarea {
color: $placeholder-text-color;
}
}
/**
* global colors
*/
a {
color: $gl-link-color;
}
......@@ -41,11 +41,6 @@
position: relative;
}
}
.add-to-tree-dropdown {
position: absolute;
left: 18px;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册