From c64024d13afbe48d252cf92d7b921ffd634ac218 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Thu, 26 Jan 2023 17:06:47 +0100 Subject: [PATCH] hide overflow content --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index e1340a2..24667ae 100644 --- a/static/style.css +++ b/static/style.css @@ -187,6 +187,7 @@ body > main > article > section > ul > li::marker { flex-direction: column; color: black; text-decoration: none; + overflow: hidden; } .recipe > section { display: flex;