File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -407,11 +407,12 @@ blockquote .attribute-name {
407
407
color : var (--dark );
408
408
}
409
409
410
- /* stylelint-disable-next-line selector-class-pattern */
410
+ /* stylelint-disable selector-class-pattern */
411
411
.block-paragraph_block a ,
412
412
.block-ingredients_list a {
413
413
text-decoration : underline;
414
414
}
415
+ /* stylelint-enable selector-class-pattern */
415
416
416
417
/* stylelint-disable-next-line selector-class-pattern */
417
418
.block-embed_block iframe {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h3 class="listing-card__title">{{ page.title }}</h3>
19
19
{% endif %}
20
20
{% if page.bread_type %}
21
21
< tr >
22
- < th scope ="row " class ="listing-card__meta-category "> Type</ td >
22
+ < th scope ="row " class ="listing-card__meta-category "> Type</ th >
23
23
< td class ="listing-card__meta-content "> {{ page.bread_type }}</ td >
24
24
</ tr >
25
25
{% endif %}
You can’t perform that action at this time.
0 commit comments