From 2c9d30bfd236576f34bc7b66fb306fde3f77354a Mon Sep 17 00:00:00 2001 From: Kiwi Date: Mon, 21 May 2018 17:09:36 -0300 Subject: [PATCH] Small modification Removed obsolete line and add todo --- .../client/components/DownloadCommentHistory.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css index cd523a0cd..873e4acba 100644 --- a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css +++ b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css @@ -1,7 +1,7 @@ .button { margin: 0; &:disabled { - overflow: visible; + /* TODO: better optimize for mobile so this styling is not necessary */ height: auto; } i { @@ -12,4 +12,4 @@ .most_recent { color: #808080; -} \ No newline at end of file +}