##// END OF EJS Templates
Merge pull request #6673 from jhamrick/fix-tooltip...
Merge pull request #6673 from jhamrick/fix-tooltip Fix broken show in pager button

File last commit:

r17382:e6233f8e
r18279:189713ab merge
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;
}
}
}