From 3b9f5c17f7a7111d16e99df187f89e6592d58559 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 8 Sep 2020 12:44:55 -0400 Subject: [PATCH] fix mobile wrapping on claim list header --- ui/scss/component/section.scss | 1 + ui/scss/themes/light.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/section.scss b/ui/scss/component/section.scss index 3524f4d0d..3ef76e8d5 100644 --- a/ui/scss/component/section.scss +++ b/ui/scss/component/section.scss @@ -23,6 +23,7 @@ display: flex; align-items: flex-start; justify-content: space-between; + flex-wrap: wrap; } .section__flex { diff --git a/ui/scss/themes/light.scss b/ui/scss/themes/light.scss index 9ae0d4d44..79a4b2237 100644 --- a/ui/scss/themes/light.scss +++ b/ui/scss/themes/light.scss @@ -12,7 +12,7 @@ --color-button-border: var(--color-gray-3); // Color - --color-background: #f9f9f9; + --color-background: #fafafa; --color-background--splash: #212529; --color-border: #ededed; --color-background-overlay: #21252980;