meals-made-easy-app/src/app/shared/components/recipe-edit-form/recipe-edit-form.css
2026-02-15 13:05:08 -06:00

35 lines
487 B
CSS

form {
display: flex;
flex-direction: column;
width: 60ch;
}
textarea {
box-sizing: border-box;
height: auto;
overflow: hidden;
resize: none;
}
.ingredients-container {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.times-container {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.mat-column-reorder {
width: 32px;
text-align: center;
}
.mat-column-actions {
width: 32px;
text-align: center;
}