#256 fix ellipsis upload

This commit is contained in:
Mario Romano
2016-06-23 10:03:56 +01:00
parent 16e8e774d0
commit 7bfe8b97ae

View File

@@ -64,4 +64,10 @@
.mdl-progress {
max-width: 80px;
}
}
}
@media (min-width: 640px) {
.truncate {
width: 249px;
}
}