From 95519a538ec34be59f023de03eb8057f30aee67f Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 15 Dec 2022 17:00:11 +0800 Subject: [PATCH] Some breathing space for "Show more" button --- src/pages/notifications.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 7652878f..4a4c4720 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -338,6 +338,7 @@ export default () => { class="plain block" disabled={uiState === 'loading'} onClick={() => loadNotifications()} + style={{ marginBlockEnd: '6em' }} > {uiState === 'loading' ? : <>Show more…}