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/frontend/src/Components/Form/RootFolderSelectInputSelect...

25 lines
379 B

.selectedValue {
composes: selectedValue from './EnhancedSelectInputSelectedValue.css';
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
.path {
@add-mixin truncate;
flex: 1 0 0;
}
.freeSpace {
@add-mixin truncate;
flex: 1 0 0;
margin-left: 15px;
color: $gray;
text-align: right;
font-size: $smallFontSize;
}