From 1ae620234d88bbe403b8cbae84eaffcfcb33bf4c Mon Sep 17 00:00:00 2001 From: Shredxt <47064656+shredxt@users.noreply.github.com> Date: Thu, 5 May 2022 17:57:42 +0100 Subject: [PATCH] Fix jobInfoChips display issue on mobile devices On mobile devices currently, the jobInfoChips are overlapping the Job Title, this change resolves this issue. --- src/app/job-list/job-list.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/job-list/job-list.component.scss b/src/app/job-list/job-list.component.scss index fab37b8..9779916 100644 --- a/src/app/job-list/job-list.component.scss +++ b/src/app/job-list/job-list.component.scss @@ -92,7 +92,7 @@ novo-list { div.job-card{ margin: 12px 15px; novo-list-item { - flex-direction: column; + flex-direction: inherit; item-header-end { display: flex; .mid-card {