From 68946b493f198622efe44550f1a02038faf432c8 Mon Sep 17 00:00:00 2001 From: Val <44112412+LawfaL@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:49:53 +0700 Subject: [PATCH] fix: tags --- app/page.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/page.module.css b/app/page.module.css index 6676d2c..195a360 100644 --- a/app/page.module.css +++ b/app/page.module.css @@ -202,6 +202,10 @@ } } +.list-wrap li > a { + white-space: nowrap; +} + /* Tablet and Smaller Desktop */ @media (min-width: 701px) and (max-width: 1120px) { .grid {