From 342dda3ec976c0e2bc5b4ff65a2008e50f0288fd Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 13 Jun 2021 07:52:53 +0200 Subject: [PATCH] Fixed horizontal scroll --- CHANGELOG.md | 2 +- src/short-urls/helpers/ShortUrlsRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17868f61..26b7ea02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * *Nothing* ### Fixed -* *Nothing* +* [#438](https://github.com/shlinkio/shlink-web-client/pull/438) Fixed horizontal scrolling in short URLs list on mobile devices when the long URL didn't have words to break. ## [3.1.2] - 2021-06-06 diff --git a/src/short-urls/helpers/ShortUrlsRow.tsx b/src/short-urls/helpers/ShortUrlsRow.tsx index db40e670..2b57399b 100644 --- a/src/short-urls/helpers/ShortUrlsRow.tsx +++ b/src/short-urls/helpers/ShortUrlsRow.tsx @@ -68,7 +68,7 @@ const ShortUrlsRow = ( {shortUrl.title ?? shortUrl.longUrl} {shortUrl.title && ( - + )}