We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225e86e commit 5eedbd9Copy full SHA for 5eedbd9
styles/searchByIngredientTab.css
@@ -164,7 +164,7 @@ input {
164
165
.image-container {
166
position: relative;
167
- min-width: 318px;
+ max-width: 318px;
168
height: 218px;
169
grid-column: 1;
170
grid-row: 1;
@@ -181,7 +181,7 @@ input {
181
182
.info-container {
183
display: flex;
184
- flex-wrap: wrap;
+ /* flex-wrap: wrap; */
185
position:relative;
186
height: 100%;
187
/* width: 400px; */
@@ -217,7 +217,7 @@ input {
217
218
.recipe-tags {
219
220
+ flex-wrap:wrap;
221
}
222
223
.recipe-tag {
0 commit comments