-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix error agent view does not render correctly (#3306)
* fix error agent view does not render correctly * update CHANGELOG.md * add new file .scss and functions declarations * prettier
- Loading branch information
1 parent
a537ec0
commit 6e532ae
Showing
3 changed files
with
89 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.flex-column { | ||
flex-direction: column; | ||
} | ||
|
||
.mt-0 { | ||
margin-top: 0px; | ||
} | ||
|
||
.loading-chart { | ||
margin: 75px auto; | ||
} | ||
|
||
.eui-panel { | ||
padding-bottom: 0px; | ||
min-height: 168px; | ||
min-width: 350px; | ||
} | ||
|
||
.align-items-center { | ||
align-items: center; | ||
} | ||
|
||
.group-details { | ||
padding: 12px 0px; | ||
} | ||
|
||
.white-space-nowrap { | ||
white-space: nowrap; | ||
} | ||
|
||
.pb-12 { | ||
padding-bottom: 12px; | ||
} | ||
|
||
.p-30 { | ||
} | ||
|
||
.loading-chart-xl { | ||
display: block; | ||
text-align: center; | ||
padding: 30px; | ||
} |