From 7cd35b9068b16b65d7d896f131659ed11d2a479f Mon Sep 17 00:00:00 2001 From: "M. Sarmad Qadeer" Date: Mon, 17 Jun 2024 02:22:53 +0500 Subject: [PATCH] web: design fixes eg: blog titles & link wrap (#4305) Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- website/src/blog.html | 2 +- website/src/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/src/blog.html b/website/src/blog.html index 11f057ce70..571b240451 100644 --- a/website/src/blog.html +++ b/website/src/blog.html @@ -58,7 +58,7 @@ active_blog: true
-

+

{{ blog.data.title | safe }}

diff --git a/website/src/css/style.css b/website/src/css/style.css index b60c32e3dd..a33c13d9c5 100644 --- a/website/src/css/style.css +++ b/website/src/css/style.css @@ -46,6 +46,10 @@ img{ -ms-user-select: none; /* For Internet Explorer and Edge */ } +a{ + word-wrap: break-word; +} + /* #comparison::before { display: block; content: " ";