From d256d9eac12fa49e03646f3c8e43c951478d389d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 20 Jan 2020 14:38:15 -0500 Subject: [PATCH] quick fix to see if people will stop complaining about cards not lining up --- ui/scss/component/_claim-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index 9f08f93e8..2a9ebfe16 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -323,6 +323,7 @@ font-weight: 600; font-size: var(--font-small); color: var(--color-text); + min-height: 2.5rem; @media (max-width: $breakpoint-small) { font-size: var(--font-xsmall); @@ -351,5 +352,10 @@ .claim-tile__about--channel { @extend .claim-tile__about; + flex: 1; + flex-direction: row; + justify-content: space-between; + align-items: center; + height: 2.1rem; font-size: var(--font-body); }