1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +02:00

Fix movie title stretching the add window

Fixes: #5096
This commit is contained in:
nitsua 2020-10-01 14:44:47 -04:00 committed by Qstick
parent c4f19a813d
commit eca816db86
2 changed files with 4 additions and 2 deletions

View File

@ -186,7 +186,7 @@ class AddNewMovieModalContent extends Component {
isSpinning={isAdding}
onPress={this.onAddMoviePress}
>
Add {title}
Add Movie
</SpinnerButton>
</ModalFooter>
</ModalContent>

View File

@ -15,10 +15,12 @@
.value {
display: flex;
max-width: 500px;
}
.movieFolder {
flex: 0 0 auto;
@add-mixin truncate;
color: $disabledColor;
}