diff --git a/notebook/static/tree/less/tree.less b/notebook/static/tree/less/tree.less index 518dc72a6..38fc1a954 100644 --- a/notebook/static/tree/less/tree.less +++ b/notebook/static/tree/less/tree.less @@ -125,7 +125,7 @@ ul.breadcrumb { input { margin-right: @dashboard_lr_pad; margin-left: @dashboard_lr_pad + @dashboard-selectorbtn-lpad; - vertical-align: baseline; + vertical-align: text-bottom; line-height: @btn_mini_height; position: relative; top: -1px; @@ -256,6 +256,9 @@ ul.breadcrumb { #select-all { margin-left: @dashboard_lr_pad; margin-right: 2px; + margin-top: 2px; + + height: 16px; } [dir="rtl"] #select-all.pull-left {