Skip to content

Commit

Permalink
🗑️ Corrige un deprecation warning dans les tests liés à l'utilisation…
Browse files Browse the repository at this point in the history
… de align-items: end;

L'erreur : autoprefixer: app/assets/stylesheets/active_admin.scss:14367:3: end value has mixed support, consider using flex-end instead
  • Loading branch information
cprodhomme authored and etienneCharignon committed Dec 20, 2022
1 parent cf62f83 commit 3a63ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
width: 100%;
display: flex;
justify-content: space-between;
align-items: end;
align-items: flex-end;
}
}
}
Expand Down

0 comments on commit 3a63ed5

Please sign in to comment.