From b4eda9f9d1c8878150c30bcf0ad5f76a28b3fc23 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Dec 2013 13:48:11 +0000 Subject: [PATCH] feature(css) style: new line when path to long --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 600050ee..d3e714de 100644 --- a/css/style.css +++ b/css/style.css @@ -40,6 +40,12 @@ body { user-select : none; } +.path { + overflow : hidden; + white-space : nowrap; + text-overflow : ellipsis; +} + .path-icon { position : relative; top : 3px;