From e5e1fce59d08d6074aa048178a585975ae950169 Mon Sep 17 00:00:00 2001 From: Kyle Kemp Date: Wed, 24 Apr 2024 09:36:53 -0500 Subject: [PATCH] fix button height on search page --- .../components/search-cards/search-cards.component.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/_shared/components/search-cards/search-cards.component.scss b/src/app/_shared/components/search-cards/search-cards.component.scss index 3a638bb..cabbe78 100644 --- a/src/app/_shared/components/search-cards/search-cards.component.scss +++ b/src/app/_shared/components/search-cards/search-cards.component.scss @@ -1,4 +1,3 @@ - .card-container { margin-top: 1em; margin-bottom: 1em; @@ -17,7 +16,8 @@ border-bottom: 1px solid var(--ion-color-secondary); } -.switches, .info { +.switches, +.info { min-height: 60px; display: flex; align-items: center; @@ -52,6 +52,9 @@ ion-select { align-items: center; margin-right: 0.5em; + --padding-top: 2px; + --padding-bottom: 2px; + .symbol { font-size: 2rem; margin-bottom: 6px;