.netImportExclusion { display: flex; align-items: stretch; margin-bottom: 10px; height: 30px; border-bottom: 1px solid $borderColor; line-height: 30px; } .movieTitle { flex: 0 0 400px; } .tmdbId, .movieYear { flex: 0 0 200px; } .actions { display: flex; justify-content: flex-end; flex: 1 0 auto; padding-right: 10px; }