From d9cf8eaeb65402690b2b3fe2cbcc339ffe3db1f8 Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Thu, 7 Jul 2022 08:46:53 +0200 Subject: [PATCH] Tweak data table's design responsiveness --- .../snapshots/show/[commitSha].vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue index cb862dc..a991ed5 100644 --- a/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue +++ b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue @@ -36,11 +36,11 @@ const formatDate = (date: string) => dateFormatter.format(Date.parse(date));