From c26bfc414b71d92a4756ccf4cdc36ee82a14601f Mon Sep 17 00:00:00 2001 From: Abhrankan-Chakrabarti Date: Tue, 13 Aug 2024 22:24:35 +0530 Subject: [PATCH] Fix text formatting --- static/css/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index d6cad09..4208732 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -60,7 +60,7 @@ header nav{ padding-bottom: 10px; height: auto; min-height: 360px; - overflow: auto; + overflow-wrap: inherit; } @@ -150,11 +150,13 @@ header nav{ gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); padding: 10px; + overflow-wrap: break-word; } .et-p{ color: rgb(230, 230, 230); - margin:0px 10px; + margin: 0px 10px; + overflow-wrap: inherit; }