-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update widths on columns in Alert Detail view (#83823)
* Update widths on columns * Add custom class for truncation fix * Use euiTruncate mixin and shrink column width of status column * Update imports to fix checks Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
caa14d4
commit 0a0ead8
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...gers_actions_ui/public/application/sections/alert_details/components/alert_instances.scss
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,11 @@ | ||
// Add truncation to heath status | ||
|
||
.actionsInstanceList__health { | ||
width: 100%; | ||
|
||
.euiFlexItem:last-of-type { | ||
@include euiTextTruncate; | ||
min-width: 0; | ||
width: 85%; | ||
} | ||
} |
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