mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
parent
c4f19a813d
commit
eca816db86
@ -186,7 +186,7 @@ class AddNewMovieModalContent extends Component {
|
|||||||
isSpinning={isAdding}
|
isSpinning={isAdding}
|
||||||
onPress={this.onAddMoviePress}
|
onPress={this.onAddMoviePress}
|
||||||
>
|
>
|
||||||
Add {title}
|
Add Movie
|
||||||
</SpinnerButton>
|
</SpinnerButton>
|
||||||
</ModalFooter>
|
</ModalFooter>
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
|
@ -15,10 +15,12 @@
|
|||||||
|
|
||||||
.value {
|
.value {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.movieFolder {
|
.movieFolder {
|
||||||
flex: 0 0 auto;
|
@add-mixin truncate;
|
||||||
|
|
||||||
color: $disabledColor;
|
color: $disabledColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user