Skip to content

Commit a5993c0

Browse files
authored
TSVB error message needs to be formatted (#31569)
1 parent 23289d3 commit a5993c0

File tree

1 file changed

+1
-1
lines changed
  • src/legacy/core_plugins/metrics/public/components

1 file changed

+1
-1
lines changed

src/legacy/core_plugins/metrics/public/components/_error.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
display: flex;
66
align-items: center;
77
justify-content: center;
8-
8+
flex-direction: column;
99
// Calculate colors similar to EuiCallout
1010
$tempBackgroundColor: tintOrShade($euiColorDanger, 90%, 70%);
1111
background-color: $tempBackgroundColor;

0 commit comments

Comments
 (0)