From 69fade9bafb3df001a87053f63cdcb68913fce7c Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 18 Oct 2021 20:16:21 +0100 Subject: [PATCH] css fixes on crate view page --- chartered-frontend/src/index.sass | 3 +++ chartered-frontend/src/pages/crate/CrateView.tsx | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/chartered-frontend/src/index.sass b/chartered-frontend/src/index.sass index 4ebadbe..d5aeecc 100644 --- a/chartered-frontend/src/index.sass +++ a/chartered-frontend/src/index.sass @@ -25,6 +25,9 @@ pre & padding: 0 +p:last-of-type + margin-bottom: 0 + td.fit, th.fit width: 0.1% white-space: nowrap diff --git a/chartered-frontend/src/pages/crate/CrateView.tsx b/chartered-frontend/src/pages/crate/CrateView.tsx index 5af39b7..bb45286 100644 --- a/chartered-frontend/src/pages/crate/CrateView.tsx +++ a/chartered-frontend/src/pages/crate/CrateView.tsx @@ -336,9 +336,11 @@ return
{error}
; } else if (!response) { return ( -
-
- Loading... +
+
+
+ Loading... +
); -- rgit 0.1.3