Skip to content

Commit

Permalink
Fix eslint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
stratease committed Sep 23, 2024
1 parent 6c07cce commit c213b45
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ body.wp-admin.post-type-tec_tc_order {
display: none;
}
}

/**
* End Temporary hide
*/

body.wp-admin.post-type-tec_tc_order {
body.wp-admin.post-type-tec_tc_order { /* stylelint-disable-line */
.tribe-mobile-hidden {
display: none;
}
Expand Down Expand Up @@ -310,6 +311,7 @@ body.wp-admin.post-type-tec_tc_order {
}
}
}

&--breadcrumb--order--edit {
margin-top: 1em;

Expand Down

0 comments on commit c213b45

Please sign in to comment.