feat: change grid to flex - flower metrics section (#7027)

This commit is contained in:
Yunus M 2025-02-05 11:48:44 +05:30 committed by GitHub
parent 035999250e
commit f6b2d5a519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,9 +116,8 @@
gap: 10px;
.metric-page-grid {
display: grid;
grid-template-columns: 30% 19%;
align-items: flex-start;
display: flex;
flex-direction: row;
gap: 10px;
width: 100%;