feature(css) style: new line when path to long

This commit is contained in:
coderaiser 2013-12-30 13:48:11 +00:00
parent a7dfaeba00
commit b4eda9f9d1

View file

@ -40,6 +40,12 @@ body {
user-select : none;
}
.path {
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
}
.path-icon {
position : relative;
top : 3px;