Fixed horizontal scroll

This commit is contained in:
Alejandro Celaya
2021-06-13 07:52:53 +02:00
parent b7af07c043
commit 342dda3ec9
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ const ShortUrlsRow = (
<ExternalLink href={shortUrl.longUrl}>{shortUrl.title ?? shortUrl.longUrl}</ExternalLink>
</td>
{shortUrl.title && (
<td className="short-urls-row__cell d-lg-none" data-th="Long URL: ">
<td className="short-urls-row__cell short-urls-row__cell--break d-lg-none" data-th="Long URL: ">
<ExternalLink href={shortUrl.longUrl} />
</td>
)}