From c309c8513f69ef6bcab230ae1e22eb387b1e94e8 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Mon, 29 May 2017 21:52:22 -0700 Subject: [PATCH] Fix clipping on filename --- notebook/static/notebook/less/savewidget.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;