add styles for recipe edit view

This commit is contained in:
tomtjes 2024-01-20 10:43:09 -05:00
parent 570aefc9fa
commit 9d1abe3419

View File

@ -1321,3 +1321,9 @@ textarea:not(.form-control) {
border: 0 !important;
}
</style>
<style scoped>
.row.fixed-bottom {
margin: 0;
}
</style>