fix mobile wrapping on claim list header
This commit is contained in:
parent
c049274e0e
commit
3b9f5c17f7
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.section__flex {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue