You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Shared/FileBrowser/filebrowser.less

24 lines
312 B

.file-browser-row {
cursor : pointer;
.file-size-cell {
white-space : nowrap;
}
.relative-date-cell {
width : 120px;
white-space : nowrap;
}
}
.file-browser-type-cell {
width : 16px;
}
.file-browser-name-cell {
word-break : break-all;
}
.file-browser-empty {
margin-top : 20px;
}