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;