Skip to content

Commit d046424

Browse files
committed
fixing metric vis to correctly show scrollbars when overflown
1 parent fa6d074 commit d046424

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/core_plugins/metric_vis/public/metric_vis.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
display: flex;
66
flex-direction: row;
77
flex-wrap: wrap;
8-
justify-content: space-around;
9-
align-items: center;
108

119
.metric-value {
1210
font-weight: bold;
@@ -15,5 +13,6 @@
1513

1614
.metric-container {
1715
text-align: center;
16+
margin: auto;
1817
}
1918
}

0 commit comments

Comments
 (0)