##// END OF EJS Templates
Make a copy of the input list so that changes to the children list don't automagically change our reference list
Make a copy of the input list so that changes to the children list don't automagically change our reference list

File last commit:

r17382:e6233f8e
r19003:3d1f42dc
Show More
kernelselector.less
14 lines | 223 B | text/x-less | LessCssLexer
#kernel_selector_widget {
margin-right: 1em;
float:right;
& > button {
.btn();
.btn-default();
.btn-sm();
& > span.caret {
margin-top:0px;
}
}
}