From c40a7fab2621b5f796ffdbc470fd6592a2b8f1c3 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Fri, 3 Jan 2020 18:45:28 +0000 Subject: [PATCH] Don't let text exceed the container size --- Website/wwwroot/css/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/Website/wwwroot/css/style.less b/Website/wwwroot/css/style.less index 63bbd16..ac0b8e3 100644 --- a/Website/wwwroot/css/style.less +++ b/Website/wwwroot/css/style.less @@ -74,6 +74,7 @@ h1, h2, h3, h4, h5, h6 { main { flex: 1 1 auto; padding: 20px; + overflow: hidden; } nav {