From a22274f382fc9cbead29945bce4782de3bfbecb2 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 30 Dec 2020 20:05:04 +0100 Subject: [PATCH 1/2] Increased breakpoint in which short URLs table collapses --- src/short-urls/ShortUrlsList.tsx | 2 +- src/short-urls/ShortUrlsTable.scss | 2 +- src/short-urls/helpers/ShortUrlsRow.scss | 9 +++++---- src/utils/base.scss | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/short-urls/ShortUrlsList.tsx b/src/short-urls/ShortUrlsList.tsx index c92ec4c1..971cc128 100644 --- a/src/short-urls/ShortUrlsList.tsx +++ b/src/short-urls/ShortUrlsList.tsx @@ -78,7 +78,7 @@ const ShortUrlsList = (ShortUrlsTable: FC) => boundToMercur return ( <> -
+
Date: Wed, 30 Dec 2020 20:05:53 +0100 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe234844..6b931691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [#364](https://github.com/shlinkio/shlink-web-client/issues/364) Fixed all dropdowns so that they are consistently styled. * [#366](https://github.com/shlinkio/shlink-web-client/issues/366) Fixed text in visits menu jumping to next line in some tablet resolutions. * [#367](https://github.com/shlinkio/shlink-web-client/issues/367) Removed conflicting overflow in visits table for mobile devices. +* [#365](https://github.com/shlinkio/shlink-web-client/issues/365) Fixed weird rendering of short URLs list in tablets. ## [3.0.0] - 2020-12-22