From d35ac8bc3ac88c63d98538631b4cca79dea05dd2 Mon Sep 17 00:00:00 2001 From: Ashley Teoh Date: Wed, 18 Apr 2018 12:31:23 -0400 Subject: [PATCH] right align file size column --- notebook/static/tree/less/tree.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebook/static/tree/less/tree.less b/notebook/static/tree/less/tree.less index f73d7332f..27f7123f2 100644 --- a/notebook/static/tree/less/tree.less +++ b/notebook/static/tree/less/tree.less @@ -167,8 +167,9 @@ ul.breadcrumb { margin-left: @dashboard_lr_pad; } -.file_size{ +.file_size { width: 65px; + text-align: right; } [dir="rtl"] .item_modified.pull-right{