Give recipe modal in meal plan space

for Ingredients/Preparation being side-by-side
This commit is contained in:
Adam Schmalhofer 2024-08-09 15:03:32 +02:00
parent 5a2600209f
commit fd06e45605

View File

@ -278,6 +278,13 @@ a:not([href]) {
z-index: 99998; z-index: 99998;
} }
/* Give recipe modal in meal plan space for Ingredients/Preparation side-by-side */
@media (min-width: 992px) {
.modal-xl {
max-width: 1100px;
}
}
/* Third party component customizations - DataTables */ /* Third party component customizations - DataTables */
.dataTable td { .dataTable td {
vertical-align: middle !important; vertical-align: middle !important;