forked from hazza/dspace-angular
7 lines
104 B
SCSS
7 lines
104 B
SCSS
.file-name {
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|