mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 08:59:11 +08:00
feat: change grid to flex - flower metrics section (#7027)
This commit is contained in:
parent
035999250e
commit
f6b2d5a519
@ -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%;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user