mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-21 04:10:52 +02:00
parent
c4f19a813d
commit
eca816db86
2 changed files with 4 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ class AddNewMovieModalContent extends Component {
|
|||
isSpinning={isAdding}
|
||||
onPress={this.onAddMoviePress}
|
||||
>
|
||||
Add {title}
|
||||
Add Movie
|
||||
</SpinnerButton>
|
||||
</ModalFooter>
|
||||
</ModalContent>
|
||||
|
|
|
|||
|
|
@ -15,10 +15,12 @@
|
|||
|
||||
.value {
|
||||
display: flex;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.movieFolder {
|
||||
flex: 0 0 auto;
|
||||
@add-mixin truncate;
|
||||
|
||||
color: $disabledColor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue