fixed a mobile optimization issue with wrapping the user avatars in the cards in dashboard

This commit is contained in:
stitch 2024-08-12 10:52:28 +03:00
parent 6b904a41e6
commit 6ed45a8c1c

View File

@ -243,6 +243,7 @@
flex-direction: row; flex-direction: row;
grid-gap: 5px; grid-gap: 5px;
padding: 0 0 0 15px; padding: 0 0 0 15px;
flex-wrap: wrap;
} }
.secMainBodySecInside_DashboardSecMidCardsWrapLinkMidDivider { .secMainBodySecInside_DashboardSecMidCardsWrapLinkMidDivider {