From 3533d3576e0154f779b57f0518f07bf5e59f3664 Mon Sep 17 00:00:00 2001 From: Madeleine Stamp Date: Thu, 23 Apr 2026 15:28:27 -0600 Subject: [PATCH] Update file view-recipe.css --- src/main/resources/static/css/view-recipe.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static/css/view-recipe.css b/src/main/resources/static/css/view-recipe.css index b0238c1..7aed4cc 100644 --- a/src/main/resources/static/css/view-recipe.css +++ b/src/main/resources/static/css/view-recipe.css @@ -213,6 +213,9 @@ body, html { .recipe-section h1 { margin-top: 0; font-size: 2.8em; + overflow-wrap: anywhere; + word-break: break-word; + white-space: normal; } .recipe-section h2 { @@ -222,6 +225,7 @@ body, html { .left-view, .right-view { flex: 1; max-width: 500px; + min-width: 0; } /* Author */