From 57f8325a188c69560c77826c9eda2c79ce0afd6c Mon Sep 17 00:00:00 2001 From: phillimorland <5871230+phillimorland@users.noreply.github.com> Date: Thu, 3 Mar 2022 17:09:14 +0100 Subject: [PATCH 1/3] assets/item_detail: rm mobile stacking inline with new design fixes #4227 --- .../scss/components/_item_detail_2.scss | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/meinberlin/assets/scss/components/_item_detail_2.scss b/meinberlin/assets/scss/components/_item_detail_2.scss index 2f81567b1f..de14e61ad8 100644 --- a/meinberlin/assets/scss/components/_item_detail_2.scss +++ b/meinberlin/assets/scss/components/_item_detail_2.scss @@ -11,22 +11,19 @@ .item-detail-2__factsheet-table { padding-left: 0; + display: table; - @media screen and (min-width: $breakpoint-xs) { - display: table; - - div { - display: table-row; - } + div { + display: table-row; + } - dt { - display: table-cell; - border-right: 2em solid transparent; - } + dt { + display: table-cell; + border-right: 2em solid transparent; + } - dd { - display: table-cell; - } + dd { + display: table-cell; } } From 2e77cdd6d0a5807c55f5490cc6a042dc7dd65a2c Mon Sep 17 00:00:00 2001 From: phillimorland <5871230+phillimorland@users.noreply.github.com> Date: Thu, 3 Mar 2022 17:09:56 +0100 Subject: [PATCH 2/3] assets/form: small fixes to form inputs --- .../templates/meinberlin_account/account_dashboard.html | 2 +- .../meinberlin_projects/includes/users_from_email_form.html | 2 +- meinberlin/assets/scss/_form.scss | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meinberlin/apps/account/templates/meinberlin_account/account_dashboard.html b/meinberlin/apps/account/templates/meinberlin_account/account_dashboard.html index 2b906b3b13..da13beeacf 100644 --- a/meinberlin/apps/account/templates/meinberlin_account/account_dashboard.html +++ b/meinberlin/apps/account/templates/meinberlin_account/account_dashboard.html @@ -9,7 +9,7 @@