fix mobile wrapping on claim list header

This commit is contained in:
Sean Yesmunt 2020-09-08 12:44:55 -04:00
parent c049274e0e
commit 3b9f5c17f7
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap;
} }
.section__flex { .section__flex {

View file

@ -12,7 +12,7 @@
--color-button-border: var(--color-gray-3); --color-button-border: var(--color-gray-3);
// Color // Color
--color-background: #f9f9f9; --color-background: #fafafa;
--color-background--splash: #212529; --color-background--splash: #212529;
--color-border: #ededed; --color-border: #ededed;
--color-background-overlay: #21252980; --color-background-overlay: #21252980;