diff --git a/notebook/static/notebook/less/savewidget.less b/notebook/static/notebook/less/savewidget.less index 07b54621c..7d3835f53 100644 --- a/notebook/static/notebook/less/savewidget.less +++ b/notebook/static/notebook/less/savewidget.less @@ -1,4 +1,5 @@ span.save_widget { + height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; @@ -6,7 +7,7 @@ span.save_widget { width: calc(~"100% - 210px"); span.filename { - height: 1em; + height: 100%; line-height: 1em; margin-left: @padding-large-horizontal; border: none;