From 4c1b44bdf760c3fa0e70e8d341ef17f390b2c9ca Mon Sep 17 00:00:00 2001 From: Conor Barnes Date: Wed, 21 Sep 2022 16:30:59 +0100 Subject: [PATCH 1/2] fix raw html inside job cards --- src/components/job-card.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/job-card.vue b/src/components/job-card.vue index e8cb089..2b0f4c8 100644 --- a/src/components/job-card.vue +++ b/src/components/job-card.vue @@ -249,7 +249,7 @@ function onCardClick() { DESCRIPTION - + @@ -263,7 +263,8 @@ function onCardClick() { ABOUT THIS ORGANISATION - {{ job.company_description }} + + @@ -386,3 +387,17 @@ function onCardClick() { + + + \ No newline at end of file From 11542df9997a5e8bbd194c2145a78573c8254e3c Mon Sep 17 00:00:00 2001 From: Conor Barnes Date: Wed, 21 Sep 2022 17:02:43 +0100 Subject: [PATCH 2/2] improve height and positioning of filter modal --- src/pages/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 53036ac..fa7c490 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -284,7 +284,8 @@ interface RouteState { - + +