Web: PortalSettings: Added wrapping of images to a new line.

This commit is contained in:
Tatiana Lopaeva 2023-12-15 14:05:39 +03:00
parent 413fa4208f
commit db00c0c382

View File

@ -58,6 +58,7 @@ const WhiteLabelWrapper = styled.div`
.logos-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 20px;
@ -75,6 +76,7 @@ const WhiteLabelWrapper = styled.div`
.logos-editor-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 8px;