scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 127  →  ?path2? @ 128
/css/files/style.css
@@ -56,6 +56,13 @@
width: 100% !important;
}
 
.filename {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
 
/* Hide the delete button initially */
/* Hide the start and cancel buttons and show the delete button */
/*# sourceMappingURL=style.css.map */
/css/files/style.scss
@@ -77,7 +77,15 @@
width: 100% !important;
}
 
/* Hide the delete button initially */
/* Hide the start and cancel buttons and show the delete button */
.input-group {
width: 100% !important;
}
 
.filename {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
 
/*# sourceMappingURL=style.css.map */