mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 22:08:59 +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;
|
gap: 10px;
|
||||||
|
|
||||||
.metric-page-grid {
|
.metric-page-grid {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 30% 19%;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user