From d9df6d4f2923b98e07c25e4e7b27341dae16f862 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 Jun 2022 15:46:53 +0430 Subject: [PATCH] Improved responsiveness. --- src/styles/List.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/List.css b/src/styles/List.css index 3d3b003..b6c6af8 100644 --- a/src/styles/List.css +++ b/src/styles/List.css @@ -124,7 +124,7 @@ .row-name { font-size: 2rem; - word-break: break-all; + word-break: break-word; } .tags {