Skip to content

Commit

Permalink
fixed meal plan multi period arrow breaking view #2678
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Nov 29, 2023
1 parent ad1e64f commit e907819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue/src/apps/MealPlanView/MealPlanView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,12 @@ having to override as much.
.theme-default .cv-item.continued::before,
.theme-default .cv-item.toBeContinued::after {
/*
removed because it breaks a line and would increase item size https://github.com/TandoorRecipes/recipes/issues/2678
content: " \21e2 ";
color: #999;
*/
}
.theme-default .cv-item.toBeContinued {
Expand Down

0 comments on commit e907819

Please sign in to comment.